diff options
Diffstat (limited to 'test/widgetsSpec.js')
| -rw-r--r-- | test/widgetsSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/widgetsSpec.js b/test/widgetsSpec.js index ee339e89..6bff5a36 100644 --- a/test/widgetsSpec.js +++ b/test/widgetsSpec.js @@ -475,7 +475,7 @@ describe("widget", function(){ scope.$eval(); expect(scope.$element.text()).toBe('foobarC'); - }) + }); }); |
