Skip to content

Commit

Permalink
Format code and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Aug 31, 2022
1 parent 63c6138 commit e548c72
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib_test.go
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit e548c72

Please sign in to comment.