From b9707d910e8dd354a2f684588c1e7d83c5f88b8a Mon Sep 17 00:00:00 2001 From: Vojta Jina Date: Fri, 4 Nov 2011 17:15:03 -0700 Subject: style(): get rid off some jsl warnings --- test/angular-mocksSpec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/angular-mocksSpec.js') 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'); }); -- cgit v1.2.3