change imports

This commit is contained in:
William Banfield
2021-08-03 11:52:07 -04:00
parent fa24c5b12e
commit 46fb64f0f1
+2 -1
View File
@@ -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) {