Skip to content
Snippets Groups Projects
Commit fd80148d authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

the activity observer doesn't get shown empty buckets

so don't expect to see empty lists in the tests
parent 733fbcbf
No related branches found
No related tags found
1 merge request!252Better lease renewal decisions
...@@ -642,6 +642,7 @@ class MaintainLeasesFromRootTests(TestCase): ...@@ -642,6 +642,7 @@ class MaintainLeasesFromRootTests(TestCase):
except KeyError: except KeyError:
continue continue
else: else:
if shares:
expected.append(list(stat.size for stat in shares.values())) expected.append(list(stat.size for stat in shares.values()))
# The visit order doesn't matter. # The visit order doesn't matter.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment