Skip to content

Commit

Permalink
Fix javascript datetime test breaking after previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
tobami committed May 24, 2016
1 parent 285299c commit a5a121a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codespeed/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ def test_gettimelinedata(self):
"There are 2 datapoints")
self.assertEquals(
responsedata['timelines'][0]['branches']['default']['1'][1],
[u'2011-04-13T17:04:22', 2000.0, 1.11111, u'2', u'default'],
[u'2011/04/13 17:04:22 ', 2000.0, 1.11111, u'2', u'default'],
"Wrong data returned: ")


Expand Down

0 comments on commit a5a121a

Please sign in to comment.