Skip to content

Commit

Permalink
fix test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jun 23, 2023
1 parent db03bea commit 2b9e785
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/collective/bbcodesnippets/tests/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ def setUp(self):

def test_product_uninstalled(self):
"""Test if collective.bbcodesnippets is cleanly uninstalled."""
self.assertFalse(self.installer.is_product_installed("collective.bbcodesnippets"))
self.assertFalse(
self.installer.is_product_installed("collective.bbcodesnippets")
)

def test_browserlayer_removed(self):
"""Test that ICollectiveBookmarksLayer is removed."""
Expand Down

0 comments on commit 2b9e785

Please sign in to comment.