Skip to content

Commit

Permalink
Fix unit test name
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Dyraga <[email protected]>
  • Loading branch information
lukasz-zimnoch and pdyraga authored Nov 24, 2023
1 parent cf07e7a commit 5c7513d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tbtc/coordination_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 5c7513d

Please sign in to comment.