Put jasmine.Clock.tick back down to 200 (bumped to 400 during debugging & accidentally checked in)

This commit is contained in:
Sarah Mei 2011-05-28 22:23:07 -07:00
parent 8de71d41e4
commit 5b6eca893b

View file

@ -51,7 +51,7 @@ describe("Stream", function() {
Stream.toggleComments.call(
link, {preventDefault: function(){} }
);
jasmine.Clock.tick(400);
jasmine.Clock.tick(200);
expect(link.text()).toEqual("comments.hide pl");
});
});