Fixed test

This commit is contained in:
Bertie690 2025-04-21 18:22:52 -04:00
parent 3707c00e20
commit 745714ea28
1 changed files with 4 additions and 1 deletions

View File

@ -167,7 +167,10 @@ describe("Abilities - Harvest", () => {
await game.phaseInterceptor.to("TurnEndPhase");
// recovered a starf
expectBerriesContaining({ name: "BERRY", type: BerryType.STARF, count: 3 });
expectBerriesContaining(
{ name: "BERRY", type: BerryType.LUM, count: 2 },
{ name: "BERRY", type: BerryType.STARF, count: 3 },
);
});
it("does nothing if all berries are capped", async () => {