aboutsummaryrefslogtreecommitdiffstats
path: root/test/AngularTest.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/AngularTest.js')
-rw-r--r--test/AngularTest.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/AngularTest.js b/test/AngularTest.js
index a9146adf..8db723e5 100644
--- a/test/AngularTest.js
+++ b/test/AngularTest.js
@@ -1,6 +1,5 @@
AngularTest = TestCase('AngularTest');
-
UrlWatcherTest = TestCase('UrlWatcherTest');
UrlWatcherTest.prototype.testUrlWatcher = function () {
@@ -42,4 +41,4 @@ FunctionTest = TestCase("FunctionTest");
FunctionTest.prototype.testEscapeHtml = function () {
assertEquals("&lt;div&gt;&amp;amp;&lt;/div&gt;", escapeHtml('<div>&amp;</div>'));
-}; \ No newline at end of file
+};