diff --git a/pkg/types/tally_test.go b/pkg/types/tally_test.go index dc22c85..f38420c 100644 --- a/pkg/types/tally_test.go +++ b/pkg/types/tally_test.go @@ -1,9 +1,10 @@ package types import ( + "testing" + "cosmossdk.io/math" "github.com/stretchr/testify/assert" - "testing" ) func TestTallyGetVoted(t *testing.T) {