Skip to content

Commit

Permalink
event/event_test: exit kitty after 1 second
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Aug 31, 2024
1 parent a43d4e7 commit f804916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event/event_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f804916

Please sign in to comment.