diff --git a/test-kit/src/test/scala/rating/glicko/GlickoCalculatorWithColorAdvantageTest.scala b/test-kit/src/test/scala/rating/glicko/GlickoCalculatorWithColorAdvantageTest.scala index e63e5c103..916a4381d 100644 --- a/test-kit/src/test/scala/rating/glicko/GlickoCalculatorWithColorAdvantageTest.scala +++ b/test-kit/src/test/scala/rating/glicko/GlickoCalculatorWithColorAdvantageTest.scala @@ -13,7 +13,6 @@ class GlickoCalculatorWithColorAdvantageTest extends ScalaCheckSuite with chess. val calc = GlickoCalculator( ratingPeriodsPerDay = RatingPeriodsPerDay(0.21436d), colorAdvantage = ColorAdvantage.standard -One ) def computeGame(players: ByColor[Player], outcome: Outcome) =