Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
floriandejonckheere committed Apr 26, 2024
1 parent e5e88cc commit 05a53c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mosaik/commands/identify_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
let(:arguments) { ["--algorithm", "invalid"] }

it "raises an error" do
FileUtils.touch("mosaik-candidates.csv")
FileUtils.touch("mosaik.csv")

expect { command.validate }.to raise_error MOSAIK::OptionError, "unknown algorithm: invalid"
end
Expand Down

0 comments on commit 05a53c0

Please sign in to comment.