Skip to content

Commit

Permalink
ensure a test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Feb 17, 2024
1 parent 47e2241 commit 5d72ab9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plone/batching/tests/test_batching.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class TestUtilsOpt(unittest.TestCase):
"""Test utils of plone.batching"""

def test_opt_standard(self):
self.assertTrue(False)
self.assertEqual(opt(1, 0, 5, 0, 100), (1, 5, 5))

def test_opt_overlap(self):
Expand Down

0 comments on commit 5d72ab9

Please sign in to comment.