diff options
Diffstat (limited to 'tests/unit/core/core.html')
-rw-r--r-- | tests/unit/core/core.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/core/core.html b/tests/unit/core/core.html index fd472d64a..33576c051 100644 --- a/tests/unit/core/core.html +++ b/tests/unit/core/core.html @@ -11,7 +11,7 @@ <script src="../testsuite.js"></script> <script> TestHelpers.loadResources({ - js: [ "ui/jquery.ui.core.js" ] + js: [ "ui/core.js" ] }); </script> |