diff --git a/pkg/tbtc/coordination_test.go b/pkg/tbtc/coordination_test.go index e6cfcc4c1b..b62a3d7ffe 100644 --- a/pkg/tbtc/coordination_test.go +++ b/pkg/tbtc/coordination_test.go @@ -30,7 +30,7 @@ func TestCoordinationWindow_EndBlock(t *testing.T) { ) } -func TestCoordinationWindow_IsAfterActivePhase(t *testing.T) { +func TestCoordinationWindow_IsAfter(t *testing.T) { window := newCoordinationWindow(1800) previousWindow := newCoordinationWindow(900)