Skip to content

Commit 5c7513d

Browse files
Fix unit test name
Co-authored-by: Piotr Dyraga <[email protected]>
1 parent cf07e7a commit 5c7513d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/tbtc/coordination_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func TestCoordinationWindow_EndBlock(t *testing.T) {
3030
)
3131
}
3232

33-
func TestCoordinationWindow_IsAfterActivePhase(t *testing.T) {
33+
func TestCoordinationWindow_IsAfter(t *testing.T) {
3434
window := newCoordinationWindow(1800)
3535

3636
previousWindow := newCoordinationWindow(900)

0 commit comments

Comments
 (0)