From d998d7d2ef08e3a9c070dfe002d01ea09008f398 Mon Sep 17 00:00:00 2001 From: ThaumRystra Date: Sun, 8 Sep 2024 21:09:34 +0200 Subject: [PATCH] Removed stray 'only' test --- .../api/engine/action/applyProperties/applyBuffProperty.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/imports/api/engine/action/applyProperties/applyBuffProperty.test.ts b/app/imports/api/engine/action/applyProperties/applyBuffProperty.test.ts index 88361f79..989d2a47 100644 --- a/app/imports/api/engine/action/applyProperties/applyBuffProperty.test.ts +++ b/app/imports/api/engine/action/applyProperties/applyBuffProperty.test.ts @@ -65,7 +65,7 @@ describe('Apply Buff Properties', function () { await createTestCreature(actionTargetCreature); }); - it.only('Applies a buff and freezes some variables', async function () { + it('Applies a buff and freezes some variables', async function () { const action = await runActionById(buffId, [targetCreatureId]); const mutations = allMutations(action); // Get random Ids of inserted props