Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kourin1996 committed Jan 15, 2025
1 parent a528936 commit 23d25bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ethapi/celo_block_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ func Test_retrievePreGingerbreadBlockBaseFee(t *testing.T) {
err: fmt.Errorf("an event GasPriceMinimumUpdated is not included in receipts of block #999"),
},
{
name: "should return base fee succesfully",
name: "should return base fee successfully",
blocks: map[int64]*types.Block{
999: types.NewBlock(
prevHeader,
Expand Down

0 comments on commit 23d25bd

Please sign in to comment.