Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
(#168) added once to engine test that was constantly failing
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry J. Wylde committed Apr 20, 2016
1 parent c71b4f0 commit 6bac66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/Game/Werewolf/Test/Engine.hs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ prop_startGameErrorsUnlessUniquePlayerNames game =
players' = game ^. players

prop_startGameErrorsWhenLessThan7Players :: [Player] -> Property
prop_startGameErrorsWhenLessThan7Players players =
prop_startGameErrorsWhenLessThan7Players players = once $
length players < 7
==> isLeft . runExcept . runWriterT $ startGame "" players

Expand Down

0 comments on commit 6bac66e

Please sign in to comment.