Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
andbag committed May 14, 2019
1 parent 47d5b95 commit e305aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Products/PluginIndexes/KeywordIndex/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def testPopulated(self):
self._checkApply(self._not_8, values[:10])
self._checkApply(self._not_9, values[:8] + values[9:10])
self._checkApply(self._not_10, values[:6] + values[7:8] + values[9:10])

def testReindexChange(self):
self._populateIndex()
values = self._values
Expand Down

0 comments on commit e305aca

Please sign in to comment.