Skip to content

Commit

Permalink
use correct method in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
moozzi committed Feb 6, 2024
1 parent 5743b1f commit 480a3fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/converters/csv_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
it 'must convert masscan file to csv and write it into output' do
tempfile = Tempfile.new(['ronin-masscan', '.json'])

subject.convert(masscan_file, tempfile)
subject.masscan_file_to_csv(masscan_file, tempfile)

tempfile.rewind
csv = tempfile.readlines(chomp: true)
Expand Down

0 comments on commit 480a3fa

Please sign in to comment.