Skip to content

Commit

Permalink
Fix Regolith test name typo (ethereum#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk authored Feb 27, 2023
1 parent 7303e2b commit 626cc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func TestConfigRules(t *testing.T) {
}
}

func TestConfigRulesReglith(t *testing.T) {
func TestConfigRulesRegolith(t *testing.T) {
c := &ChainConfig{
RegolithTime: newUint64(500),
Optimism: &OptimismConfig{},
Expand Down

0 comments on commit 626cc88

Please sign in to comment.