Skip to content

Commit

Permalink
Fix test description, remove "getBitrateInfoListFor"
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Jan 13, 2025
1 parent e5b8a9e commit c4c2da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/test/streaming/streaming.MediaPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ describe('MediaPlayer', function () {

describe('Stream and Track Management Functions', function () {
describe('When it is not initialized', function () {
it('Method getBitrateInfoListFor should throw an exception', function () {
it('Method getCurrentRepresentationForType should throw an exception', function () {
expect(player.getCurrentRepresentationForType).to.throw('You must first call initialize() and set a source before calling this method');
});

Expand Down

0 comments on commit c4c2da9

Please sign in to comment.