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