Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Nov 2, 2023
1 parent 5d5b643 commit 5588791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/bind/bind_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func TestAction(t *testing.T) {
assert.Equal(t, ActionEvent[int]{
Action: 2,
Source: scope,
Sequence: []string{"ctrl+a"},
}, event)
}

Expand Down
2 changes: 1 addition & 1 deletion pkg/cy/cy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func TestPaneKill(t *testing.T) {
(pane/attach shell)
(tree/kill shell)
`))
time.Sleep(100 * time.Millisecond) // lol
time.Sleep(1 * time.Second) // lol
leaves := server.cy.tree.Leaves()
require.Equal(t, leaves[0].Id(), client.Node().Id())
}

0 comments on commit 5588791

Please sign in to comment.