Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Mar 16, 2024
1 parent 82d964d commit 143d9e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/uibc/uics20/memo_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 143d9e2

Please sign in to comment.