Skip to content

Commit

Permalink
merged develop
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded committed Mar 8, 2023
2 parents cc99164 + 9763fb2 commit 7db49cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conans/test/unittests/util/xz_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ def test_unzip_can_xz():
unzip(ConanFileMock(), txz, dest_folder)
content = load(os.path.join(dest_folder, "a_file.txt"))
assert content == "my content!"

0 comments on commit 7db49cb

Please sign in to comment.