From 31504443e2252c898b83f7f7e2748c38a180d48a Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:23:08 +0200 Subject: [PATCH] correct expected output --- scripts/test_spec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/test_spec.json b/scripts/test_spec.json index 98757183..135256df 100644 --- a/scripts/test_spec.json +++ b/scripts/test_spec.json @@ -89,9 +89,9 @@ { "name": "handled-not-found", "contains": [ - "Expected error: Path not found (NotFound): nonexistent-file.txt", - "Expected error: Path is a directory (IsADirectory)", - "Expected error: Path is not a directory (NotADirectory)", + "(Expected ✅) error: Path not found (NotFound): nonexistent-file.txt", + "(Expected ✅) error: Path is a directory: examples", + "(Expected ✅) error: Path is not a directory: LICENSE", "test-file.txt contains: Hello from error-handling example!" ] }