Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophNiehoff committed May 9, 2023
1 parent 2aacc00 commit ceacf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/__tests__/cardDefinitions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ describe('cardDefintions', () => {

it('should return all cards from Cumulus', () => {
const cards = getAllCards(GameMode.CUMULUS);
expect(cards.length).toEqual(13 + 13 + 12 + 9 + 11);
expect(cards.length).toEqual(13 + 13 + 12 + 10 + 11);
});
});

Expand Down

0 comments on commit ceacf80

Please sign in to comment.