Skip to content

Commit

Permalink
PPF-461: windows plz
Browse files Browse the repository at this point in the history
  • Loading branch information
chinapandaman committed Jan 24, 2024
1 parent 9a674f5 commit db28987
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/scenario/test_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,6 @@ def test_filling_soda_pdf_form(tool_pdf_directory, request):
request.config.results["expected_path"] = expected_path
request.config.results["stream"] = result.read()

assert len(result.read()) == len(expected)
assert result.read() == expected
if os.name != "nt":
assert len(result.read()) == len(expected)
assert result.read() == expected

0 comments on commit db28987

Please sign in to comment.