Skip to content

Commit

Permalink
FLUID-4607: Fixed up controls test case for rename of volume controls…
Browse files Browse the repository at this point in the history
… out of condemned "controllers" package
  • Loading branch information
amb26 committed Mar 21, 2012
1 parent 5053d98 commit d9cca47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/js/VideoPlayerControlsTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ fluid.registerNamespace("fluid.tests");
fluid.tests.initVolumeControls = function (testOpts) {
var opts = fluid.copy(baseVolumeOpts);
$.extend(true, opts, testOpts);
return fluid.videoPlayer.controllers.volumeControls("#basic-volume-controls-test", opts);
return fluid.videoPlayer.volumeControls("#basic-volume-controls-test", opts);
};

videoPlayerControlsTests.asyncTest("Volume controls", function () {
Expand Down

0 comments on commit d9cca47

Please sign in to comment.