Skip to content

Commit

Permalink
change fixture name
Browse files Browse the repository at this point in the history
  • Loading branch information
moozzi committed Feb 6, 2024
1 parent c1dc073 commit 5743b1f
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -4,7 +4,7 @@

RSpec.describe Ronin::Masscan::Converters::CSV do
let(:fixtures_path) { File.expand_path(File.join(__dir__, '..', 'fixtures')) }
let(:masscan_path) { File.join(fixtures_path, 'converters', 'two_records.json') }
let(:masscan_path) { File.join(fixtures_path, 'converters', 'input.json') }
let(:masscan_file) { Masscan::OutputFile.new(masscan_path) }
let(:ip_addr) { IPAddr.new('93.184.216.34/32') }
let(:timestamp) { Time.at(1629960621) }
Expand Down
File renamed without changes.

0 comments on commit 5743b1f

Please sign in to comment.