Skip to content

Commit 0781320

Browse files
committed
fix tests
1 parent 94d8e3c commit 0781320

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

codespeed/tests/test_views.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,11 +405,11 @@ def test_gettimelinedata(self):
405405
1,
406406
"there should be 1 timeline for master")
407407
self.assertEqual(
408-
len(responsedata['timelines'][0]['branches']['master']['1']),
408+
len(responsedata['timelines'][0]['branches']['master']['1:1']),
409409
2,
410410
"There are 2 datapoints")
411411
self.assertEqual(
412-
responsedata['timelines'][0]['branches']['master']['1'][1],
412+
responsedata['timelines'][0]['branches']['master']['1:1'][1],
413413
[u'2011/04/13 17:04:22 ', 2000.0, 1.11111, u'2', u'', u'master', u''])
414414

415415

0 commit comments

Comments
 (0)