Fix a typo

GSoC/Meterpreter_Web_Console
Wei Chen 2018-04-12 14:45:54 -05:00
parent 4e55724f3f
commit ee9f49fa39
1 changed files with 1 additions and 1 deletions

View File

@ -1056,7 +1056,7 @@ RSpec.describe Msf::PayloadGenerator do
}
}
it 'applies the appropriate transform format' do
expect(::Msf::Simple::Buffer).to receive(:transform).with(shellcode, 'c', 'buf'. {})
expect(::Msf::Simple::Buffer).to receive(:transform).with(shellcode, 'c', 'buf', {})
payload_generator.format_payload(shellcode)
end
end