Skip to content

Commit

Permalink
This test is long and that's fine
Browse files Browse the repository at this point in the history
  • Loading branch information
Evertras committed May 3, 2024
1 parent 9481d8b commit c89236c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions table/update_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,10 @@ func TestFilterWithKeypresses(t *testing.T) {
assert.Len(t, visible, 2)
}

// This is a long test with a lot of movement keys pressed, that's okay because
// it's simply repetitive and tracking the same kind of state change many times
//
//nolint:funlen
func TestSelectOnFilteredTableDoesntLoseRows(t *testing.T) {
// Issue: https://github.com/Evertras/bubble-table/issues/170
//
Expand Down

0 comments on commit c89236c

Please sign in to comment.