Skip to content

Commit

Permalink
style(jqLite): remove trailing whitespace in new test
Browse files Browse the repository at this point in the history
Oops.
  • Loading branch information
caitp committed Feb 18, 2014
1 parent 05fbed5 commit 868a2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jqLiteSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ describe('jqLite', function() {
};
iframe_.src = "/base/test/fixtures/iframe.html";
jqLite(document).find('body').append(iframe);

// This test is potentially flaky on CI cloud instances, so there is a generous
// wait period...
waitsFor(function() { return tested; }, 2000);
Expand Down

0 comments on commit 868a2c4

Please sign in to comment.