diff options
Diffstat (limited to 'test/scenario/dslSpec.js')
| -rw-r--r-- | test/scenario/dslSpec.js | 2 |
1 files changed, 1 insertions, 1 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); } |
