Skip to content

Commit

Permalink
Activate test after sdk fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Jan 4, 2023
1 parent 9487453 commit b74d5c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import (
var emptyWasmOpts []wasm.Option = nil

func TestWasmdExport(t *testing.T) {
t.Skip("Deactivated until https://github.com/cosmos/cosmos-sdk/pull/14332 is fixed")
db := dbm.NewMemDB()
gapp := NewWasmAppWithCustomOptions(t, false, SetupOptions{
Logger: log.NewTMLogger(log.NewSyncWriter(os.Stdout)),
Expand Down

0 comments on commit b74d5c1

Please sign in to comment.