Skip to content

Commit

Permalink
Fix duration of song in test, maybe it has been redelivered?
Browse files Browse the repository at this point in the history
  • Loading branch information
osmestad committed Nov 12, 2024
1 parent 7496bc4 commit 427c592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/player/cypress/e2e/play-log/case-2.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ it('Client Test Case 2', () => {
expect(playbackSessions).to.have.lengthOf(1);

const playbackSession = playbackSessions[0];
const duration = 199.08789;
const duration = 198.969;

expect(playbackSession.payload).to.include({
startAssetPosition: 0,
Expand Down

0 comments on commit 427c592

Please sign in to comment.