Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/units/node/node.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/node/node.py')
-rwxr-xr-xtests/units/node/node.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/units/node/node.py b/tests/units/node/node.py
index e019df4..b989ef1 100755
--- a/tests/units/node/node.py
+++ b/tests/units/node/node.py
@@ -124,7 +124,7 @@ class NodeTest(tests.Test):
(ts + 3, {'total': 3.0}),
],
},
- cp.stats(ts, ts + 3, 1, ['user.total']))
+ cp.stats(ts, ts + 3, 4, ['user.total']))
self.assertEqual({
'user': [
@@ -134,7 +134,7 @@ class NodeTest(tests.Test):
(ts + 12, {'total': 11.0}),
],
},
- cp.stats(ts, ts + 12, 3, ['user.total']))
+ cp.stats(ts, ts + 12, 4, ['user.total']))
def test_HandleDeletes(self):
volume = db.Volume('db', model.RESOURCES)