Skip to content

Commit

Permalink
Update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bbert committed Jan 4, 2023
1 parent 5a2bc83 commit 19ea5ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/spec/boxes_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,8 @@ describe('Text samples', function() {
expect(boxes.length).toEqual(60);
expect(boxes[0].type).toEqual('prft');
expect(boxes[0].reference_track_ID).toEqual(1);
expect(boxes[0].ntp_timestamp).toEqual(16662305022071450000);
expect(boxes[0].ntp_timestamp_sec).toEqual(3879495203);
expect(boxes[0].ntp_timestamp_frac).toEqual(197568495);
expect(boxes[0].media_time).toEqual(1355974620);
});
});
Expand Down

0 comments on commit 19ea5ee

Please sign in to comment.