Skip to content

Commit

Permalink
test: fix unit test in cardList
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchmalvin1 committed Apr 2, 2023
1 parent e2bfae0 commit e28688d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/model/CardListTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ protected void createDummyCards() {

@Test
void findCardFromUUID() {
createDummyCards();
ArrayList<Card> cards = new ArrayList<Card>(Arrays.asList(card1, card2));
CardList cardList = new CardList(cards);
try {
Expand Down

0 comments on commit e28688d

Please sign in to comment.