aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/timeoutSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/ng/timeoutSpec.js')
-rw-r--r--test/ng/timeoutSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ng/timeoutSpec.js b/test/ng/timeoutSpec.js
index e4a2bc39..832528e9 100644
--- a/test/ng/timeoutSpec.js
+++ b/test/ng/timeoutSpec.js
@@ -14,7 +14,7 @@ describe('$timeout', function() {
$browser.defer.flush();
expect(counter).toBe(1);
- expect(function() {$browser.defer.flush();}).toThrow('No deferred tasks to be flushed!');
+ expect(function() {$browser.defer.flush();}).toThrow('No deferred tasks to be flushed');
expect(counter).toBe(1);
}));