Skip to content

Commit 0bdcd13

Browse files
Apply pre-commit code formatting
1 parent 53b69c0 commit 0bdcd13

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

src/Products/CMFCore/tests/test_CMFCatalogAware.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,8 @@ def test_notifyModified_called_after_cut_and_paste(self):
553553
# The optimized move path must call ob.notifyModified() so that the
554554
# modification date is updated in the same operation. In the
555555
# non-optimized Plone path this happened as a side-effect of
556-
# CMFPlone.CatalogTool.indexObject delegating to reindexObject(idxs=[]).
556+
# CMFPlone.CatalogTool.indexObject delegating to
557+
# reindexObject(idxs=[]).
557558
self._initPolicyAndUser()
558559
site = self._makeSite()
559560
site.folder1 = SimpleFolder('folder1')
@@ -582,8 +583,9 @@ def test_notifyModified_called_after_moving(self):
582583

583584
site.manage_renameObject(id='bar', new_id='baz')
584585

585-
self.assertTrue(site['baz'].notified,
586-
'notifyModified() was not called on the renamed object')
586+
self.assertTrue(
587+
site['baz'].notified,
588+
'notifyModified() was not called on the renamed object')
587589

588590

589591
def test_suite():

0 commit comments

Comments
 (0)