mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-01 13:47:05 +00:00
fix unit test
This commit is contained in:
parent
132f5ac343
commit
3b36836608
@ -84,7 +84,7 @@ describe("Absolute Avarice - Mystery Encounter", () => {
|
|||||||
game.override.startingBiome(Biome.VOLCANO);
|
game.override.startingBiome(Biome.VOLCANO);
|
||||||
await game.runToMysteryEncounter();
|
await game.runToMysteryEncounter();
|
||||||
|
|
||||||
expect(game.scene.currentBattle.mysteryEncounter.encounterType).not.toBe(MysteryEncounterType.ABSOLUTE_AVARICE);
|
expect(game.scene.currentBattle.mysteryEncounter?.encounterType).not.toBe(MysteryEncounterType.ABSOLUTE_AVARICE);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should not spawn if player does not have enough berries", async () => {
|
it("should not spawn if player does not have enough berries", async () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user