Skip to content

Commit

Permalink
chore: Add a new line to EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
utilForever committed Jun 10, 2024
1 parent ff7bded commit 724d1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/UnitTests/PlayMode/CardSets/GvgCardsGenTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,4 +363,4 @@ TEST_CASE("[MINION - DRUID] - GVG_035 : Malorne")
game.Process(opPlayer, PlayCardTask::SpellTarget(card2, card1));
CHECK_EQ(curField.GetCount(), 0);
CHECK_EQ(curPlayer->GetDeckZone()->GetCount(), 1);
}
}

0 comments on commit 724d1cc

Please sign in to comment.