Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
vaslabs committed Aug 7, 2020
1 parent 40af3d9 commit 9016ec5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ object GameProcessorSpec {
Deck(
(0 to size).map(n => HiddenCard(CardId(UUID.randomUUID()), localUri(n))).toList,
None,
StartingRules(List.empty, List.empty, 0)
StartingRules(List.empty, List.empty, 0, List.empty)
)
}

Expand Down

0 comments on commit 9016ec5

Please sign in to comment.