aboutsummaryrefslogtreecommitdiffstats
path: root/test/BinderSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/BinderSpec.js')
-rw-r--r--test/BinderSpec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/BinderSpec.js b/test/BinderSpec.js
index dfa388e3..15a1b5c7 100644
--- a/test/BinderSpec.js
+++ b/test/BinderSpec.js
@@ -581,7 +581,7 @@ describe('Binder', function(){
browserTrigger(second, 'click');
assertTrue(second.hasClass("ng-exception"));
- expect(errorLogs.shift()[0]).toMatchError(/Parse Error: Token ':' not a primary expression/);
+ expect(errorLogs.shift()[0]).toMatchError(/Syntax Error: Token ':' not a primary expression/);
});
it('ItShouldSelectTheCorrectRadioBox', function(){