mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-31 13:17:21 +00:00
fix unit test
This commit is contained in:
parent
0e7f9dc723
commit
e232fc0f52
@ -169,7 +169,7 @@ describe("Field Trip - Mystery Encounter", () => {
|
||||
expect(modifierSelectHandler.options[1].modifierTypeOption.type.name).toBe("X Sp. Def");
|
||||
expect(modifierSelectHandler.options[2].modifierTypeOption.type.name).toBe("X Speed");
|
||||
expect(modifierSelectHandler.options[3].modifierTypeOption.type.name).toBe("Dire Hit");
|
||||
expect(modifierSelectHandler.options[4].modifierTypeOption.type.name).toBe("Dire Hit");
|
||||
expect(modifierSelectHandler.options[4].modifierTypeOption.type.name).toBe("Rarer Candy");
|
||||
});
|
||||
|
||||
it("should leave encounter without battle", async () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user