Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Jan 25, 2024
1 parent a3ae24d commit 4faf96f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/aim/hathifiles/updater_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
expect(@connection).not_to receive(:update_from_file)
expect { subject.run }.to raise_error(Faraday::ConnectionFailed)
expect(Pathname.new(subject.scratch_dir)).not_to exist
blah = 'things and stuff'
expect(true).to eq(false)
end
end

0 comments on commit 4faf96f

Please sign in to comment.