Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iberianpig committed Aug 13, 2024
1 parent e915432 commit 9756f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/fusuma/libinput_command_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module Fusuma
.with("libinput-list-devices") { false }
end

it "shold print error and exit 1" do
it "should print error and exit 1" do
expect(MultiLogger).to receive(:error)
expect { subject }.to raise_error(SystemExit)
end
Expand Down

0 comments on commit 9756f86

Please sign in to comment.