Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chipshort committed Apr 4, 2024
1 parent 8efb60c commit fd68a04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ package cosmwasm
import (
"testing"

"github.com/CosmWasm/wasmvm/v2/types"
"github.com/stretchr/testify/require"

"github.com/CosmWasm/wasmvm/v2/types"
)

func TestCreateChecksum(t *testing.T) {
Expand Down

0 comments on commit fd68a04

Please sign in to comment.