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 d5a55c4 commit 99a5847
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 @@ -1832,6 +1832,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 99a5847

Please sign in to comment.