From 143d9e2e1ef651f017f432fb6a78bf4260bb6a12 Mon Sep 17 00:00:00 2001 From: Robert Zaremba Date: Sat, 16 Mar 2024 18:04:58 +0100 Subject: [PATCH] test --- x/uibc/uics20/memo_handler_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/x/uibc/uics20/memo_handler_test.go b/x/uibc/uics20/memo_handler_test.go index 1c5d993f81..d9d594e588 100644 --- a/x/uibc/uics20/memo_handler_test.go +++ b/x/uibc/uics20/memo_handler_test.go @@ -185,6 +185,7 @@ func TestMemoExecute(t *testing.T) { for i, tc := range tcs { mh.executeEnabled = tc.enabled mh.isGMP = tc.gmp + mh.msgs = tc.msgs err := mh.execute(&ctx) assert.ErrorIs(t, err, tc.err, i) }