aboutsummaryrefslogtreecommitdiffstats
path: root/test/angular-mocksSpec.js
diff options
context:
space:
mode:
authorVojta Jina2011-11-04 17:15:03 -0700
committerIgor Minar2011-11-30 11:17:25 -0500
commitb9707d910e8dd354a2f684588c1e7d83c5f88b8a (patch)
tree2c6d1d375bad6785c16c1e4c00b60ad826c2c888 /test/angular-mocksSpec.js
parent5bbd64ac65a89f43ce30a948fc0e0f5442cacb1e (diff)
downloadangular.js-b9707d910e8dd354a2f684588c1e7d83c5f88b8a.tar.bz2
style(): get rid off some jsl warnings
Diffstat (limited to 'test/angular-mocksSpec.js')
-rw-r--r--test/angular-mocksSpec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/angular-mocksSpec.js b/test/angular-mocksSpec.js
index e117c26d..30814985 100644
--- a/test/angular-mocksSpec.js
+++ b/test/angular-mocksSpec.js
@@ -697,8 +697,8 @@ describe('mocks', function() {
hb('POST', '/u1', 'ddd', noop, {});
- expect(function() {hb.verifyNoOutstandingExpectation();})
- .toThrow('Unsatisfied requests: GET /u2, POST /u3');
+ expect(function() {hb.verifyNoOutstandingExpectation();}).
+ toThrow('Unsatisfied requests: GET /u2, POST /u3');
});