Skip to content

Commit

Permalink
tests: remove setVideoBitrate reference
Browse files Browse the repository at this point in the history
  • Loading branch information
peaBerberian committed Jun 15, 2023
1 parent 2ea3837 commit 79b4b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/utils/launch_tests_for_content.js
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ export default function launchTestsForContent(manifestInfos) {

describe("getLastStoredContentPosition", () => {
it("should return the last stored position", async () => {
player.setVideoBitrate(0);
lockLowestBitrates(player);
player.loadVideo({
url: manifestInfos.url,
transport,
Expand Down

0 comments on commit 79b4b5a

Please sign in to comment.