diff --git a/x/evm/keeper/context_test.go b/x/evm/keeper/context_test.go index f4ea881..0c6e635 100644 --- a/x/evm/keeper/context_test.go +++ b/x/evm/keeper/context_test.go @@ -435,7 +435,7 @@ func Test_ExecuteCosmosWithOptions(t *testing.T) { require.Equal(t, "0x00000000000000000000000000000000000000000000000000000000000000660000000000000000000000000000000000000000000000000000000000000001", log.Data) } -func Test_RecursiveRevert(t *testing.T) { +func Test_RecursiveExecuteCosmosAndRevertInSubMessage(t *testing.T) { ctx, input := createDefaultTestInput(t) _, _, addr := keyPubAddr()