Skip to content

Commit

Permalink
chore: add more unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
zemyblue committed Jan 30, 2023
1 parent e536a07 commit 1eb8763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ test-race:
@VERSION=$(VERSION) go test -mod=readonly -race -tags='ledger test_ledger_mock' ./...

test-cover:
@go test -mod=readonly -timeout 30m -race -coverprofile=coverage.txt -covermode=atomic -tags='ledger test_ledger_mock' ./...
@go test -v -mod=readonly -timeout 30m -race -coverprofile=coverage.txt -covermode=atomic -tags='ledger test_ledger_mock' ./...

benchmark:
@go test -mod=readonly -bench=. ./...
Expand Down
2 changes: 1 addition & 1 deletion x/wasmplus/module_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
"github.com/line/wasmd/x/wasm"
)

func TestModuleMigrations(t *testing.T) {
func TestAppPlusModuleMigrations(t *testing.T) {
wasmApp := appplus.Setup(false)
ctx := wasmApp.BaseApp.NewContext(false, ocproto.Header{})
upgradeHandler := func(ctx sdk.Context, plan upgradetypes.Plan, fromVM module.VersionMap) (module.VersionMap, error) {
Expand Down

0 comments on commit 1eb8763

Please sign in to comment.