diff options
| author | Misko Hevery | 2010-05-10 10:36:02 -0700 |
|---|---|---|
| committer | Misko Hevery | 2010-05-10 10:36:02 -0700 |
| commit | 4542716370ac52f385795f509436104a2a3501d2 (patch) | |
| tree | 924bac5a7e5a3cc87eb9496967769d827cfd3414 /test/servicesSpec.js | |
| parent | 549ff73a9b66e718383c79ccd7c28e4f9b25632d (diff) | |
| download | angular.js-4542716370ac52f385795f509436104a2a3501d2.tar.bz2 | |
lint
Diffstat (limited to 'test/servicesSpec.js')
| -rw-r--r-- | test/servicesSpec.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/servicesSpec.js b/test/servicesSpec.js index 112fc374..7b17e150 100644 --- a/test/servicesSpec.js +++ b/test/servicesSpec.js @@ -164,7 +164,7 @@ describe("service", function(){ function callback(code, response) { expect(code).toEqual(200); log = log + toJson(response) + ';'; - }; + } beforeEach(function(){ log = ''; @@ -229,7 +229,7 @@ describe("service", function(){ xhr.expectPOST('/bulk', { requests:[{method:'GET', url:'/url', data: null}] }).respond([ - {status:200, response:'123'}, + {status:200, response:'123'} ]); cache('GET', '/url', null, callback); cache('GET', '/url', null, callback); |
