Fix up specs that failed when maximumSpecCallbackDepth is set to 1

This commit is contained in:
Sheel Choksi
2013-11-22 23:04:42 -08:00
parent 6bc87ad223
commit 16ffd3b3fb
2 changed files with 18 additions and 8 deletions

View File

@@ -285,7 +285,7 @@ describe("Env integration", function() {
env.it("async spec that doesn't call done", function(underTestCallback) {
env.expect(true).toBeTruthy();
jasmine.getEnv().clock.tick(8414);
jasmine.getEnv().clock.tick(8415);
});
env.execute();