aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tests/02_test_upstream_source_tar_unpack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/02_test_upstream_source_tar_unpack.py b/tests/02_test_upstream_source_tar_unpack.py
index 7ce02867..bab6b74e 100644
--- a/tests/02_test_upstream_source_tar_unpack.py
+++ b/tests/02_test_upstream_source_tar_unpack.py
@@ -55,7 +55,7 @@ class TestUnpack(unittest.TestCase):
source.unpack(".")
assert source.is_orig() is True
assert source.is_dir() is False
- assert type(source.unpacked) == str
+ assert type(source.unpacked) is str
def test_upstream_source_unpack(self):
for (comp, archive) in self.archives.items():