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