Skip to content

Commit 1c3fb33

Browse files
committed
Fix typo
1 parent 40cf990 commit 1c3fb33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x/wasm/keeper/query_plugins_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ func (m bankKeeperMock) GetAllBalances(ctx sdk.Context, addr sdk.AccAddress) sdk
615615
return m.GetAllBalancesFn(ctx, addr)
616616
}
617617

618-
func TestCo3nvertProtoToJSONMarshal(t *testing.T) {
618+
func TestConvertProtoToJSONMarshal(t *testing.T) {
619619
testCases := []struct {
620620
name string
621621
queryPath string

0 commit comments

Comments
 (0)