We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf07e7a commit 5c7513dCopy full SHA for 5c7513d
pkg/tbtc/coordination_test.go
@@ -30,7 +30,7 @@ func TestCoordinationWindow_EndBlock(t *testing.T) {
30
)
31
}
32
33
-func TestCoordinationWindow_IsAfterActivePhase(t *testing.T) {
+func TestCoordinationWindow_IsAfter(t *testing.T) {
34
window := newCoordinationWindow(1800)
35
36
previousWindow := newCoordinationWindow(900)
0 commit comments