aboutsummaryrefslogtreecommitdiffstats
path: root/test/service/localeSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/service/localeSpec.js')
-rw-r--r--test/service/localeSpec.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/service/localeSpec.js b/test/service/localeSpec.js
index 4be49275..86bc7b0e 100644
--- a/test/service/localeSpec.js
+++ b/test/service/localeSpec.js
@@ -43,6 +43,5 @@ describe('$locale', function() {
expect($locale.pluralCat(0)).toBe('other');
expect($locale.pluralCat(2)).toBe('other');
expect($locale.pluralCat(1)).toBe('one');
- })
+ });
});
-