Skip to content

Commit

Permalink
Fix bug in unit test implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf committed May 19, 2019
1 parent f847230 commit 6df43ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -1825,6 +1825,7 @@ def init(self, *args, **kwargs):
with warnings.catch_warnings():
warnings.filterwarnings('ignore', category=FutureWarning, module='signac')
self._project.update_cache()
return self


class UpdateCacheAfterInitJobProject(signac.Project):
Expand Down

0 comments on commit 6df43ad

Please sign in to comment.