Skip to content

Commit

Permalink
rename testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Nov 26, 2024
1 parent ce8218c commit bd66c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/keeper/context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit bd66c6c

Please sign in to comment.