Skip to content

Commit

Permalink
Add comment back
Browse files Browse the repository at this point in the history
  • Loading branch information
luabud committed Mar 20, 2021
1 parent ad354e9 commit 05b762a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ def test_generate_figure(self):
mask_path = (
pathlib.Path(__file__).parent / "logo_app" / "static" / "images" / "python-colored-mask.png"
)
# this test fails on purpose. To fix it, replace io.BytesIO with str in the line below.
self.assertTrue(isinstance(generate_logo.generate_fig(url,mask_path), io.BytesIO))

0 comments on commit 05b762a

Please sign in to comment.