diff --git a/event/event_test.go b/event/event_test.go index f0e0a8e..85170d7 100644 --- a/event/event_test.go +++ b/event/event_test.go @@ -27,7 +27,7 @@ func TestReceive(t *testing.T) { go func() { c := hyprland.MustClient() time.Sleep(100 * time.Millisecond) - c.Dispatch("exec kitty") + c.Dispatch("exec kitty sh -c 'echo Testing hyprland-go events && sleep 1'") }() // We must capture this event