Skip to content

Commit

Permalink
fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Feb 11, 2025
1 parent 364febe commit 50ad720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-kit/src/test/scala/TournamentClockTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class TournamentClockTest extends ChessTest:

test("parse strict"):
assertEquals(parseStrict("60+0"), someClock(60, 0))
assertEquals(parseStrict("120+1"), someClock(120, 2))
assertEquals(parseStrict("120+1"), someClock(120, 1))

test("parse weird shit"):
assertEquals(parse("15m + 10s"), someClock(15 * 60, 10))
Expand Down

0 comments on commit 50ad720

Please sign in to comment.