From 588a91f60c1cc0ece9da19054090903da2ef41d1 Mon Sep 17 00:00:00 2001 From: ThaumRystra Date: Sun, 8 Sep 2024 21:06:48 +0200 Subject: [PATCH] Fixed typo in test description --- .../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 27a528c1..88361f79 100644 --- a/app/imports/api/engine/action/applyProperties/applyBuffProperty.test.ts +++ b/app/imports/api/engine/action/applyProperties/applyBuffProperty.test.ts @@ -55,7 +55,7 @@ const actionTargetCreature = { ], }; -describe('Apply Branch Properties', function () { +describe('Apply Buff Properties', function () { // Increase timeout this.timeout(8000);