Skip to content

Commit

Permalink
fix another test
Browse files Browse the repository at this point in the history
  • Loading branch information
vangheem committed Sep 25, 2017
1 parent 43962b1 commit 6750f6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions guillotina/catalog/catalog.py
Expand Up @@ -27,6 +27,9 @@
@implementer(ICatalogUtility)
class DefaultSearchUtility(object):

async def initialize(self, app):
pass

async def search(self, container, query):
pass

Expand Down
1 change: 0 additions & 1 deletion guillotina/tests/test_catalog.py
Expand Up @@ -11,7 +11,6 @@

def test_indexed_fields(dummy_guillotina, loop):
fields = get_index_fields('Item')
assert 'type_name' in fields
assert 'uuid' in fields
assert 'path' in fields
assert 'title' in fields
Expand Down

0 comments on commit 6750f6e

Please sign in to comment.