Skip to content

Commit

Permalink
Update spec/lib/ruby_smb/dcerpc/wkssvc_spec.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Spencer McIntyre <[email protected]>
  • Loading branch information
NtAlexio2 and smcintyre-r7 authored Sep 7, 2024
1 parent aa80fa8 commit f616103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/lib/ruby_smb/dcerpc/wkssvc_spec.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
RSpec.describe RubySMB::Dcerpc::Wkssvc::WkssvcIdentifyHandle do
subject(:packet) { described_class.new }

it 'is a Ndr::NdrWideStringPtr' do
expect(packet).to be_a(RubySMB::Dcerpc::Ndr::NdrWideStringPtr)
it 'is a Ndr::NdrWideStringzPtr' do
expect(packet).to be_a(RubySMB::Dcerpc::Ndr::NdrWideStringzPtr)
end
end

Expand Down

0 comments on commit f616103

Please sign in to comment.