From 7df3607e2383dc8fb3c5ea1ee8cc41a53fbb1590 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Mon, 7 Sep 2026 21:30:00 +0700 Subject: [PATCH] Fix stray 0 in test print --- tests/Cli/StructArmedApplicationTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Cli/StructArmedApplicationTest.php b/tests/Cli/StructArmedApplicationTest.php index 219b21a4..b696b817 100644 --- a/tests/Cli/StructArmedApplicationTest.php +++ b/tests/Cli/StructArmedApplicationTest.php @@ -1560,6 +1560,7 @@ public function testInternalWorkerRoutesDelegatestoAnalysisNodeWorker(): void 'layers' => [], 'layerPatterns' => [], 'files' => [], + 'emitProgress' => false, ])); try {