Skip to content

Commit 3eb0c97

Browse files
committed
gci'd
1 parent 9404e32 commit 3eb0c97

File tree

8 files changed

+11
-19
lines changed

8 files changed

+11
-19
lines changed

ibc_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ import (
77
"os"
88
"testing"
99

10-
"github.com/stretchr/testify/assert"
11-
"github.com/stretchr/testify/require"
12-
1310
"github.com/CosmWasm/wasmvm/v2/internal/api"
1411
"github.com/CosmWasm/wasmvm/v2/types"
12+
"github.com/stretchr/testify/assert"
13+
"github.com/stretchr/testify/require"
1514
)
1615

1716
const IBC_TEST_CONTRACT = "./testdata/ibc_reflect.wasm"

internal/api/api_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ import (
55
"os"
66
"testing"
77

8-
"github.com/stretchr/testify/require"
9-
108
"github.com/CosmWasm/wasmvm/v2/types"
9+
"github.com/stretchr/testify/require"
1110
)
1211

1312
func TestValidateAddressFailure(t *testing.T) {

internal/api/iterator_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ import (
66
"sync"
77
"testing"
88

9-
"github.com/stretchr/testify/require"
10-
119
"github.com/CosmWasm/wasmvm/v2/internal/api/testdb"
1210
"github.com/CosmWasm/wasmvm/v2/types"
11+
"github.com/stretchr/testify/require"
1312
)
1413

1514
type queueData struct {

internal/api/lib.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ import (
1313
"strings"
1414
"syscall"
1515

16-
"golang.org/x/sys/unix"
17-
1816
"github.com/CosmWasm/wasmvm/v2/types"
17+
"golang.org/x/sys/unix"
1918
)
2019

2120
// Value types

internal/api/lib_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ import (
1313
"testing"
1414
"time"
1515

16+
"github.com/CosmWasm/wasmvm/v2/types"
1617
"github.com/stretchr/testify/assert"
1718
"github.com/stretchr/testify/require"
18-
19-
"github.com/CosmWasm/wasmvm/v2/types"
2019
)
2120

2221
const (

internal/api/mocks.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ import (
88
"strings"
99
"testing"
1010

11-
"github.com/stretchr/testify/assert"
12-
"github.com/stretchr/testify/require"
13-
1411
"github.com/CosmWasm/wasmvm/v2/internal/api/testdb"
1512
"github.com/CosmWasm/wasmvm/v2/types"
13+
"github.com/stretchr/testify/assert"
14+
"github.com/stretchr/testify/require"
1615
)
1716

1817
/** helper constructors **/

lib_libwasmvm_test.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ import (
99
"os"
1010
"testing"
1111

12-
"github.com/stretchr/testify/assert"
13-
"github.com/stretchr/testify/require"
14-
1512
"github.com/CosmWasm/wasmvm/v2/internal/api"
1613
"github.com/CosmWasm/wasmvm/v2/types"
14+
"github.com/stretchr/testify/assert"
15+
"github.com/stretchr/testify/require"
1716
)
1817

1918
const (

lib_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ package cosmwasm
33
import (
44
"testing"
55

6-
"github.com/stretchr/testify/require"
7-
86
"github.com/CosmWasm/wasmvm/v2/types"
7+
"github.com/stretchr/testify/require"
98
)
109

1110
func TestCreateChecksum(t *testing.T) {

0 commit comments

Comments
 (0)