aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/servicesSpec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/servicesSpec.js b/test/servicesSpec.js
index a081882d..70645caf 100644
--- a/test/servicesSpec.js
+++ b/test/servicesSpec.js
@@ -723,7 +723,6 @@ describe("service", function(){
$browserXhr.expectGET('/url').respond('ERROR');
cache('GET', '/url', null, callback);
$browser.defer.flush();
- $browserXhr.flush();
expect(log).toEqual('"first";"first";');
cache('GET', '/url', null, callback, false);