diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/scenario/dslSpec.js | 2 | ||||
| -rw-r--r-- | test/widgetsSpec.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/scenario/dslSpec.js b/test/scenario/dslSpec.js index d714dc45..f0534c2c 100644 --- a/test/scenario/dslSpec.js +++ b/test/scenario/dslSpec.js @@ -138,7 +138,7 @@ describe("angular.scenario.dsl", function() { hashSearch: {x: 2}, hashPath: '/bar', search: {foo: 10} - } + }; } else { throw new Error('unknown service id ' + serviceId); } diff --git a/test/widgetsSpec.js b/test/widgetsSpec.js index 3cada77b..36aabb33 100644 --- a/test/widgetsSpec.js +++ b/test/widgetsSpec.js @@ -901,7 +901,7 @@ describe("widget", function(){ rootScope.ChildCtrl = function() { this.log.push('child'); - } + }; $location.updateHash('/foo'); $browser.xhr.expectGET('viewPartial.html'). |
