Skip to content

Commit

Permalink
Re-run goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Dec 5, 2022
1 parent 4fb5385 commit a0fe165
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions ibc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion internal/api/iterator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
5 changes: 3 additions & 2 deletions lib_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit a0fe165

Please sign in to comment.