From c89236ce57275550daa1d1a62cb157756c0c8307 Mon Sep 17 00:00:00 2001 From: Brandon Fulljames Date: Fri, 3 May 2024 09:58:36 +0900 Subject: [PATCH] This test is long and that's fine --- table/update_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/table/update_test.go b/table/update_test.go index fda2688..87cc5ff 100644 --- a/table/update_test.go +++ b/table/update_test.go @@ -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 //