diff options
Diffstat (limited to 'tests/unit/dialog/helper.js')
-rw-r--r-- | tests/unit/dialog/helper.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/dialog/helper.js b/tests/unit/dialog/helper.js index f84d1d624..87ca9c172 100644 --- a/tests/unit/dialog/helper.js +++ b/tests/unit/dialog/helper.js @@ -1,7 +1,7 @@ define( [ "jquery", "lib/helper", - "ui/dialog" + "ui/widgets/dialog" ], function( $, helper ) { return $.extend( helper, { |