Skip to content

Commit

Permalink
Marshaler -> Codec
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat committed Mar 19, 2022
1 parent 6d1d48f commit d86ce08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/wasm/keeper/reflect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ func TestReflectStargateQuery(t *testing.T) {

func TestReflectInvalidStargateQuery(t *testing.T) {
SkipIfM1(t)
cdc := MakeEncodingConfig(t).Marshaler
cdc := MakeEncodingConfig(t).Codec
ctx, keepers := CreateTestInput(t, false, ReflectFeatures, WithMessageEncoders(reflectEncoders(cdc)), WithQueryPlugins(reflectPlugins()))
keeper := keepers.WasmKeeper

Expand Down

0 comments on commit d86ce08

Please sign in to comment.