tests/test-remotefilelog-datapack.py
changeset 41527 eb37d95cc486
parent 41474 e971952db109
child 43076 2372284d9457
--- a/tests/test-remotefilelog-datapack.py	Sun Feb 03 17:15:11 2019 +0530
+++ b/tests/test-remotefilelog-datapack.py	Sun Feb 03 10:01:43 2019 +0100
@@ -292,7 +292,7 @@
 
         class testdatapackstore(datapack.datapackstore):
             # Ensures that we are not keeping everything in the cache.
-            DEFAULTCACHESIZE = int(numpacks / 2)
+            DEFAULTCACHESIZE = numpacks // 2
 
         store = testdatapackstore(uimod.ui(), packdir)