Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iberianpig committed Jul 5, 2024
1 parent 2c2ed20 commit 6b68520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/fusuma/plugin/filters/keypress_filter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ module Filters
touchpad = double(Fusuma::Device, id: "event18")
allow(@filter).to receive(:keep_devices).and_return([touchpad])
text = " #{touchpad.id} GESTURE_SWIPE_UPDATE +1.44s 4 11.23/ 1.00 (36.91/ 3.28 unaccelerated) "
# ^^^^^^^^^^^^^^^^^^^^ Shoud be KEYBOARD_KEY
# ^^^^^^^^^^^^^^^^^^^^ Should be KEYBOARD_KEY
@event = Events::Event.new(tag: "libinput_command_input", record: text)
end
it "should be false" do
Expand Down

0 comments on commit 6b68520

Please sign in to comment.