From 6b68520f14b925e6c74a2d66a01a06c661fe28d1 Mon Sep 17 00:00:00 2001 From: iberianpig Date: Fri, 5 Jul 2024 13:57:27 +0900 Subject: [PATCH] chore: fix typo --- spec/fusuma/plugin/filters/keypress_filter_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/fusuma/plugin/filters/keypress_filter_spec.rb b/spec/fusuma/plugin/filters/keypress_filter_spec.rb index 1adb3b5..81c5412 100644 --- a/spec/fusuma/plugin/filters/keypress_filter_spec.rb +++ b/spec/fusuma/plugin/filters/keypress_filter_spec.rb @@ -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