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