Skip to content
Snippets Groups Projects
Commit ed8d8c45 authored by Vermaat's avatar Vermaat
Browse files

Fix for getCache webservice unit test

parent a9029121
No related branches found
No related tags found
No related merge requests found
......@@ -190,7 +190,8 @@ class TestWebservice():
cache = sync.local_cache(created_since)
r = self.client.service.getCache(created_since)
assert_equal(len(r.CacheEntry), len(cache))
if len(cache) > 0:
assert_equal(len(r.CacheEntry), len(cache))
def test_getdbsnpdescriptions(self):
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment