Skip to content

Commit 91490a2

Browse files
authored
Update handler_plugin_encoders_test.go
1 parent 7d634ac commit 91490a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/wasm/keeper/handler_plugin_encoders_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ func TestConvertWasmCoinToSdkCoin(t *testing.T) {
924924
},
925925
expErr: true,
926926
},
927-
"invalid demum char": {
927+
"invalid denom char": {
928928
src: wasmvmtypes.Coin{
929929
Denom: "&fff",
930930
Amount: "1",

0 commit comments

Comments
 (0)