diff --git a/internal/libs/clist/clist_property_test.go b/internal/libs/clist/clist_property_test.go index 422899aa5..a0b8113a0 100644 --- a/internal/libs/clist/clist_property_test.go +++ b/internal/libs/clist/clist_property_test.go @@ -4,8 +4,9 @@ import ( "testing" "github.com/stretchr/testify/require" - "github.com/tendermint/tendermint/internal/libs/clist" "pgregory.net/rapid" + + "github.com/tendermint/tendermint/internal/libs/clist" ) func TestCListProperties(t *testing.T) {