Skip to content

Commit

Permalink
test: Fix asset of EC3 test (#5828)
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad authored Oct 30, 2023
1 parent b66a8e8 commit 29a611c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/transmuxer/transmuxer_integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ describe('Transmuxer Player', () => {
pending('Codec EC-3 is not supported by the platform.');
}

await player.load('/base/test/test/assets/hls-raw-ac3/prog_index.m3u8');
await player.load('/base/test/test/assets/hls-raw-ec3/prog_index.m3u8');
await video.play();
expect(player.isLive()).toBe(false);

Expand Down

0 comments on commit 29a611c

Please sign in to comment.