diff options
| author | Vojta Jina | 2011-11-04 17:15:03 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-11-30 11:17:25 -0500 |
| commit | b9707d910e8dd354a2f684588c1e7d83c5f88b8a (patch) | |
| tree | 2c6d1d375bad6785c16c1e4c00b60ad826c2c888 /test/angular-mocksSpec.js | |
| parent | 5bbd64ac65a89f43ce30a948fc0e0f5442cacb1e (diff) | |
| download | angular.js-b9707d910e8dd354a2f684588c1e7d83c5f88b8a.tar.bz2 | |
style(): get rid off some jsl warnings
Diffstat (limited to 'test/angular-mocksSpec.js')
| -rw-r--r-- | test/angular-mocksSpec.js | 4 |
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'); }); |
