aboutsummaryrefslogtreecommitdiffstats
path: root/test/widgetsSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/widgetsSpec.js')
-rw-r--r--test/widgetsSpec.js2
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');
- })
+ });
});