From 696a52fe15ad2615bc1e47e30b28a9e9f5a0a0e1 Mon Sep 17 00:00:00 2001 From: RedstonewolfX <108761527+RedstonewolfX@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:58:39 -0400 Subject: [PATCH] Rename test --- src/test/daily_mode.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/daily_mode.test.ts b/src/test/daily_mode.test.ts index d9fce3faa33..24e8edfdd3e 100644 --- a/src/test/daily_mode.test.ts +++ b/src/test/daily_mode.test.ts @@ -75,7 +75,7 @@ describe("Shop modifications", async () => { itemPoolChecks.clear(); }); - it("should do literally anything please god im begging you", async () => { + it("should have Eviolite and Mini Black Hole available in Daily", async () => { await game.dailyMode.runToSummon(); const party = game.scene.getParty(); expect(party[0]).toBeDefined();