diff options
Diffstat (limited to 'tests/unit/accordion/common.js')
-rw-r--r-- | tests/unit/accordion/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/accordion/common.js b/tests/unit/accordion/common.js index 8a859f0ca..1a8ce55c4 100644 --- a/tests/unit/accordion/common.js +++ b/tests/unit/accordion/common.js @@ -1,6 +1,6 @@ define( [ "lib/common", - "ui/accordion" + "ui/widgets/accordion" ], function( common ) { common.testWidget( "accordion", { |