Skip to content

Commit

Permalink
Fixed wave factory test with fire boss
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniSoda17 committed Oct 3, 2023
1 parent 3e9ae87 commit fadbb69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class WaveFactoryTest {
private final int LVL3_WAVES = 15;
private final int LVL3_CHOSEN_LVL = 2;
private final ArrayList<String> LVL3_MOBS = new ArrayList<>(Arrays.asList("Xeno", "DodgingDragon", "FireWorm"));
private final String LVL3_BOSS = "IceBoss";
private final String LVL3_BOSS = "FireBoss";
// private final String LVL3_BOSS = "FireBoss";
//TODO: make this a fire boss in sprint 4

Expand Down

0 comments on commit fadbb69

Please sign in to comment.