Skip to content

Commit

Permalink
fix: fix tests after removing special tutorial item logic
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminAmos committed Mar 11, 2023
1 parent c1d9459 commit 7690d6f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ public void testNoMouseControlCreatesUiControlledPilot() {

@Test
public void testUseRespawnMoneyIfNotZero() {
solGame.isTutorial(); // This is here purely for the side effects, as this is the only test that doesn't call isTutorial.
float respawnMoney = 42f;
respawnState.setRespawnMoney(respawnMoney);
playerCreator.createPlayer(shipConfig, false, respawnState, solGame, false, false);
Expand Down

0 comments on commit 7690d6f

Please sign in to comment.