Skip to content

Commit

Permalink
Clear models before removing saved file.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-hen committed Jul 29, 2020
1 parent fbee3a1 commit 62d9aac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def setup_module():


def teardown_module():
client.clear()
if saveas.exists():
saveas.unlink()

Expand Down

0 comments on commit 62d9aac

Please sign in to comment.