Skip to content

Commit

Permalink
fix: update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
hellomuthu23 committed Jun 22, 2024
1 parent 508b461 commit d27d3fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Poker/CreateGame/CreateGame.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@ describe('CreateGame component', () => {
cards: [
{ color: '#9EC8FE', displayValue: '1', value: 1 },
{ color: '#9EC8FE', displayValue: '2', value: 2 },
{ color: 'var(--color-background-secondary)', displayValue: '❓', value: -2 },
{ color: 'var(--color-background-secondary)', displayValue: '-1', value: -1 },
],
}),
);
Expand Down

0 comments on commit d27d3fa

Please sign in to comment.