From 46fb64f0f1d97932241d4d41493f51b361c004b9 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Tue, 3 Aug 2021 11:52:07 -0400 Subject: [PATCH] change imports --- internal/libs/clist/clist_property_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {