Skip to content

Commit 5f40bb7

Browse files
Blind4Basicskazk
authored andcommitted
Update tests/test_outputs.py
1 parent 42208ab commit 5f40bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_outputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def test(self):
2020
)
2121
with open(expected_file, "r", encoding="utf-8") as r:
2222
# Allow duration to change
23-
expected = re.sub( r"([()])", r"\\\1", r.read() )
23+
expected = re.sub(r"([()])", r"\\\1", r.read())
2424
expected = re.sub(
2525
r"(?<=<COMPLETEDIN::>)\d+(?:\.\d+)?", r"\\d+(?:\\.\\d+)?", expected
2626
)

0 commit comments

Comments
 (0)