From 2b635e31da138606d25de4bcb163845ba7a0db5c Mon Sep 17 00:00:00 2001 From: samricotta Date: Mon, 25 Jul 2022 14:40:20 +0200 Subject: [PATCH] update to test file --- internal/state/store_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/internal/state/store_test.go b/internal/state/store_test.go index 8f45c64f6..1f4d39a45 100644 --- a/internal/state/store_test.go +++ b/internal/state/store_test.go @@ -2,6 +2,9 @@ package state_test import ( "fmt" + "os" + "testing" + "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" abci "github.com/tendermint/tendermint/abci/types" @@ -14,8 +17,6 @@ import ( tmstate "github.com/tendermint/tendermint/proto/tendermint/state" "github.com/tendermint/tendermint/types" dbm "github.com/tendermint/tm-db" - "os" - "testing" ) const (