Skip to content

Commit

Permalink
Fixed failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschulz committed Jun 11, 2021
1 parent 000f95c commit 45ce2cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/collective/taxonomy/tests/test_indexer.py
Expand Up @@ -104,6 +104,7 @@ def test_querystring_widget(self):
("2", {"title": u"Information Science \xbb Book Collecting"}),
("3", {"title": u"Information Science \xbb Chronology"}),
("5", {"title": u"Information Science \xbb Sport"}),
("55", {"title": u"Information Science \xbb Cars"}),
],
)

Expand Down
2 changes: 1 addition & 1 deletion src/collective/taxonomy/tests/test_utility.py
Expand Up @@ -15,4 +15,4 @@ def test_make_tree(self):

tree = taxonomy.makeVocabulary("en").makeTree()
self.assertIn(u"Information Science", tree)
self.assertEqual(len(tree[u"Information Science"]), 3)
self.assertEqual(len(tree[u"Information Science"]), 4)

0 comments on commit 45ce2cc

Please sign in to comment.