Skip to content

Commit

Permalink
Adjust to the branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Aug 28, 2023
1 parent 03c83c3 commit 7560319
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/wasm/keeper/options_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func TestConstructorOptions(t *testing.T) {
registered := prometheus.DefaultRegisterer.Unregister(NewWasmVMMetricsCollector(k.wasmVM))
assert.True(t, registered)
},
isPostOpt: true,
},
"decorate wasmvm": {
srcOpt: WithWasmEngineDecorator(func(old types.WasmerEngine) types.WasmerEngine {
Expand Down

0 comments on commit 7560319

Please sign in to comment.