Skip to content

Commit

Permalink
Update tests/test_outputs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Blind4Basics authored May 18, 2021
1 parent 4108210 commit 0a6eb33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test(self):
)
with open(expected_file, "r", encoding="utf-8") as r:
# Allow duration to change
expected = re.sub( r"([()])", r"\\\1", r.read() )
expected = re.sub(r"([()])", r"\\\1", r.read())
expected = re.sub(
r"(?<=<COMPLETEDIN::>)\d+(?:\.\d+)?", r"\\d+(?:\\.\\d+)?", expected
)
Expand Down

0 comments on commit 0a6eb33

Please sign in to comment.