Skip to content

Commit

Permalink
testcase correction
Browse files Browse the repository at this point in the history
  • Loading branch information
PrashantPawar30 committed Nov 30, 2023
1 parent 62a7443 commit 5511a2c
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ public void testWinnerByAcquiringAllCountries() {
@Test
public void testRemovingLooserFromList() {

d_playerFeatures.assignCountries(d_gameEngine);

d_gameEngine.d_playersList.get(0).d_listOfCountriesOwned.clear();
d_gameEngine.d_playersList.get(1).d_listOfCountriesOwned.clear();
Expand Down Expand Up @@ -297,8 +296,6 @@ public void testRemovingLooserFromList() {
@Test
public void testCheckLooserInList() {

d_playerFeatures.assignCountries(d_gameEngine);

d_gameEngine.d_playersList.get(0).d_listOfCountriesOwned.clear();

d_gameEngine.checkPlayersReinforcements();
Expand Down

0 comments on commit 5511a2c

Please sign in to comment.