Fix a failing test
- ID
34d55b0- date
2024-06-05 16:32:27+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
813f371- message
Fix a failing test- changed files
1 file, 2 additions, 2 deletions
Changed files
tests/test_save_safari_webarchive.py (3985) → tests/test_save_safari_webarchive.py (4011)
diff --git a/tests/test_save_safari_webarchive.py b/tests/test_save_safari_webarchive.py
index db08d35..178e53a 100755
--- a/tests/test_save_safari_webarchive.py
+++ b/tests/test_save_safari_webarchive.py
@@ -132,5 +132,5 @@ def test_prints_the_version() -> None:
assert result["returncode"] == 0
assert result["stderr"] is None
assert re.match(
- r"^save_safari_webarchive.swift [0-9]+\.[0-9]+\n$", result["stdout"]
- )
+ r"^save_safari_webarchive.swift [0-9]+\.[0-9]+\.[0-9]+\n$", result["stdout"]
+ ), result["stdout"]