Skip to content

Commit

Permalink
fix: Fix incorrect capitalization of panic value
Browse files Browse the repository at this point in the history
I screwed this up when renaming test names, correct expected value.
  • Loading branch information
nddeluca committed Jul 30, 2024
1 parent c57e68c commit e52fdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/genesis_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ func TestInitGenesis(t *testing.T) {
}
tApp.AccountKeeper.SetAccount(ctx, &acc)

s := "The evm state code doesn't match with the codehash\n"
s := "the evm state code doesn't match with the codehash\n"
expectedPanic := fmt.Sprintf("%s account: %s , evm state codehash: %v, ethAccount codehash: %v, evm state code: %s\n", s, address, codeHash, incorrectCodeHash, codeHex)

return testFixture{
Expand Down

0 comments on commit e52fdf3

Please sign in to comment.