Skip to content

Commit

Permalink
Update stbl.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Nov 13, 2024
1 parent 42df114 commit 3d6f7dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/media-parser/src/test/stbl.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,6 @@ test('Create a full stbl atom', () => {
compressorName: '',
depth: 24,
},
}).slice(0, 24),
).toEqual(sample.slice(0, 24));
}),
).toEqual(sample);
});

0 comments on commit 3d6f7dc

Please sign in to comment.