Skip to content

Commit 64eaf85

Browse files
Fix test name
Co-authored-by: Takeshi Arabiki <takeshi.arabiki@gmail.com>
1 parent bd577d6 commit 64eaf85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/fork_spec_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ func (ts *ForkSpecTestSuite) Test_estimateDistance_MoveHighAfterLow() {
524524
ts.Require().Equal(uint64(2), distance)
525525
}
526526

527-
func (ts *ForkSpecTestSuite) Test_estimateDistance_MoveLowAfterHigh() {
527+
func (ts *ForkSpecTestSuite) Test_estimateDistance_MoveHighAfterHigh() {
528528
previousHeader := &types.Header{Number: big.NewInt(int64(100)), Time: 85_000}
529529
currentHeader := &types.Header{Number: big.NewInt(int64(200)), Time: 90_000}
530530
distance := estimateDistance(previousHeader, currentHeader, 97_123_000)

0 commit comments

Comments
 (0)