From 1c3fb33d21852218ddab587c6ac478ab09ea1869 Mon Sep 17 00:00:00 2001 From: Alex Peters Date: Tue, 1 Nov 2022 16:22:14 +0100 Subject: [PATCH] Fix typo --- x/wasm/keeper/query_plugins_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/wasm/keeper/query_plugins_test.go b/x/wasm/keeper/query_plugins_test.go index d27cc98c30..1c0fa231c9 100644 --- a/x/wasm/keeper/query_plugins_test.go +++ b/x/wasm/keeper/query_plugins_test.go @@ -615,7 +615,7 @@ func (m bankKeeperMock) GetAllBalances(ctx sdk.Context, addr sdk.AccAddress) sdk return m.GetAllBalancesFn(ctx, addr) } -func TestCo3nvertProtoToJSONMarshal(t *testing.T) { +func TestConvertProtoToJSONMarshal(t *testing.T) { testCases := []struct { name string queryPath string