From a0fe165c3cfa860ffcfa870eb37da66e3b850b2b Mon Sep 17 00:00:00 2001 From: Alex Peters Date: Mon, 5 Dec 2022 11:06:38 +0100 Subject: [PATCH] Re-run goimports --- ibc_test.go | 5 +++-- internal/api/iterator_test.go | 3 ++- lib_test.go | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ibc_test.go b/ibc_test.go index 91582817f..d72b3f9d1 100644 --- a/ibc_test.go +++ b/ibc_test.go @@ -5,10 +5,11 @@ import ( "io/ioutil" "testing" - "github.com/CosmWasm/wasmvm/internal/api" - "github.com/CosmWasm/wasmvm/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + + "github.com/CosmWasm/wasmvm/internal/api" + "github.com/CosmWasm/wasmvm/types" ) const IBC_TEST_CONTRACT = "./testdata/ibc_reflect.wasm" diff --git a/internal/api/iterator_test.go b/internal/api/iterator_test.go index 7da29b47b..35ac6010f 100644 --- a/internal/api/iterator_test.go +++ b/internal/api/iterator_test.go @@ -9,8 +9,9 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - "github.com/CosmWasm/wasmvm/types" dbm "github.com/tendermint/tm-db" + + "github.com/CosmWasm/wasmvm/types" ) type queueData struct { diff --git a/lib_test.go b/lib_test.go index f8a8b36b1..112c203ac 100644 --- a/lib_test.go +++ b/lib_test.go @@ -6,10 +6,11 @@ import ( "os" "testing" - "github.com/CosmWasm/wasmvm/internal/api" - "github.com/CosmWasm/wasmvm/types" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + + "github.com/CosmWasm/wasmvm/internal/api" + "github.com/CosmWasm/wasmvm/types" ) const (