summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/e2e/conditional_downloads.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/e2e/conditional_downloads.py b/tests/e2e/conditional_downloads.py
index 4f7866b3..997e8999 100755
--- a/tests/e2e/conditional_downloads.py
+++ b/tests/e2e/conditional_downloads.py
@@ -35,7 +35,7 @@ def main(reactor, *args):
# it was not modified
current = os.path.getmtime(fname)
print "CURRENT MTIME", current
- assert current == past
+ assert int(current) == past
print 'OK'
shutil.rmtree(tmp)