Skip to content

Commit

Permalink
fix(tests): Remove print in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flooie committed May 30, 2024
1 parent 979adf3 commit 47d4a04
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doctor/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ def test_mime_type(self):
files=files,
params=params,
).json()
print(response)
self.assertEqual(
response["mimetype"],
"application/pdf",
Expand Down Expand Up @@ -814,8 +813,6 @@ def test_adjust_caption(self):
15 Defendant )
16 ) """
content = adjust_caption_lines(content)
print(content)
print(expected_result)
self.assertEqual(expected_result, content)


Expand Down

0 comments on commit 47d4a04

Please sign in to comment.