diff options
Diffstat (limited to 'tests/unit/progressbar/core.js')
-rw-r--r-- | tests/unit/progressbar/core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/progressbar/core.js b/tests/unit/progressbar/core.js index 05eea9ef7..8c09f67ae 100644 --- a/tests/unit/progressbar/core.js +++ b/tests/unit/progressbar/core.js @@ -1,6 +1,6 @@ define( [ "jquery", - "ui/progressbar" + "ui/widgets/progressbar" ], function( $ ) { module( "progressbar: core" ); |