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