From ee6082bcffd997a607cbe5b35e9d5c02cbd1de16 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Wed, 31 Aug 2022 15:38:06 +0200 Subject: [PATCH] Format code and cleanup --- lib_test.go | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lib_test.go b/lib_test.go index 1a1904593..5fb8dd514 100644 --- a/lib_test.go +++ b/lib_test.go @@ -1,10 +1,10 @@ package cosmwasm import ( + "encoding/json" "io/ioutil" "os" "testing" - "encoding/json" "github.com/CosmWasm/wasmvm/internal/api" "github.com/CosmWasm/wasmvm/types" @@ -157,12 +157,6 @@ func TestEnv(t *testing.T) { require.NoError(t, err) expected, _ = json.Marshal(env) require.Equal(t, expected, ires.Data) - - - - - // fmt.Printf( - t.Logf("Response: %v", string(ires.Data)) } func TestGetMetrics(t *testing.T) {