style(jqLite): remove trailing whitespace in new test

Oops.
This commit is contained in:
Caitlin Potter
2014-02-18 18:52:09 -05:00
parent 05fbed5710
commit 868a2c401f

View File

@@ -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);