diff --git a/fn/list_test.go b/fn/list_test.go index a2a1261a0..eb3811a1b 100644 --- a/fn/list_test.go +++ b/fn/list_test.go @@ -3,11 +3,11 @@ package fn import ( "math/rand" "reflect" + "slices" "testing" "testing/quick" "github.com/stretchr/testify/require" - "golang.org/x/exp/slices" ) func GenList(r *rand.Rand) *List[uint32] {