Skip to content

Commit

Permalink
fix test_zip2.py assert statement
Browse files Browse the repository at this point in the history
  • Loading branch information
kmayerb committed Jun 1, 2020
1 parent e274a24 commit 3353ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipdist/tests/test_zip2.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self, name):


z._save(dest = "xxx", dest_tar = "xxx.tar.gz")
assert os.path.isfile("examplezip2.tar.gz")
assert os.path.isfile("xxx.tar.gz")

x2 = X(name = 'examplezip2')
assert 'year' not in x2.__dict__.keys()
Expand Down

0 comments on commit 3353ac2

Please sign in to comment.