Fix order of equal arguments

This commit is contained in:
Stefan Wehrmeyer 2013-01-07 10:33:00 +01:00
parent a50733e552
commit 616d6b2ed8

View File

@ -47,7 +47,7 @@ test('render etc', function () {
assertPresent('.vmm-timeline', view.el);
assertPresent('.timenav', view.el);
assertPresent('.timenav', view.el);
equal('2011', view.el.find('.marker.active h4').text());
equal(view.el.find('.marker.active h4').text(), '2011');
view.remove();
});