From 2ae51d636821dc6a3092a6f8705f4c359c30b373 Mon Sep 17 00:00:00 2001 From: Techno Freak Date: Thu, 21 Dec 2023 03:12:38 +0300 Subject: [PATCH] chore: fix linting --- pkg/types/tally_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {