Skip to content

Commit fd68a04

Browse files
committed
Fix imports
1 parent 8efb60c commit fd68a04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib_test.go

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

6-
"github.com/CosmWasm/wasmvm/v2/types"
76
"github.com/stretchr/testify/require"
7+
8+
"github.com/CosmWasm/wasmvm/v2/types"
89
)
910

1011
func TestCreateChecksum(t *testing.T) {

0 commit comments

Comments
 (0)