diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/service/scopeSpec.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/test/service/scopeSpec.js b/test/service/scopeSpec.js index 6e8d78ff..47c5f889 100644 --- a/test/service/scopeSpec.js +++ b/test/service/scopeSpec.js @@ -216,7 +216,11 @@ describe('Scope', function() { $rootScope.$digest(); }).toThrow('100 $digest() iterations reached. Aborting!\n'+ 'Watchers fired in the last 5 iterations: ' + - '[["a","b"],["a","b"],["a","b"],["a","b"],["a","b"]]'); + '[["a; newVal: 96; oldVal: 95","b; newVal: 97; oldVal: 96"],' + + '["a; newVal: 97; oldVal: 96","b; newVal: 98; oldVal: 97"],' + + '["a; newVal: 98; oldVal: 97","b; newVal: 99; oldVal: 98"],' + + '["a; newVal: 99; oldVal: 98","b; newVal: 100; oldVal: 99"],' + + '["a; newVal: 100; oldVal: 99","b; newVal: 101; oldVal: 100"]]'); })); |
