Skip to content
Snippets Groups Projects
Commit f93abbf4 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix tests

parent 97f0a3f2
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ class TestMetric(unittest.TestCase):
getMetric('').reset()
def test_quantile_children(self):
metric = getMetric('my_metric', 'quantile', quantiles=[0.5])
metric = getMetric('my_metric', 'quantile', quantiles=[0.5], enable_timestamp=True)
metric.runtime(10.0, label='value')
metric.runtime(20.0, label='wtf')
metr = metric.to_json()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment