From 25a33281eca220979095db64b2d696ecf5018512 Mon Sep 17 00:00:00 2001
From: Patrick Pircher <patricklx@users.noreply.github.com>
Date: Sat, 14 Dec 2024 17:10:17 +0100
Subject: [PATCH] Update v2-addon-dev-watch-test.ts

---
 tests/scenarios/v2-addon-dev-watch-test.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/scenarios/v2-addon-dev-watch-test.ts b/tests/scenarios/v2-addon-dev-watch-test.ts
index 2b31d5384c..8dbfdad947 100644
--- a/tests/scenarios/v2-addon-dev-watch-test.ts
+++ b/tests/scenarios/v2-addon-dev-watch-test.ts
@@ -185,7 +185,7 @@ Scenarios.fromProject(() => baseV2Addon())
 
             await fs.rm(srcPathOther);
             await watcher?.nextBuild();
-            await new Promise((resolve) => setTimeout(resolve, 50));
+            await new Promise(resolve => setTimeout(resolve, 50));
             assert.strictEqual(
               existsSync(distAppReExportPathOther),
               false,