1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update test

This commit is contained in:
LJQ 2024-05-23 15:12:39 +08:00
parent e53c78a8ff
commit 14075c641a

View file

@ -455,8 +455,8 @@ describe('resolveMixedShapeByAspectRatio', () => {
});
test('primary aspect ratio is > 0.8', () => {
expect(resolveMixedShapeByAspectRatio(0.81)).toEqual('mixedSquare');
expect(resolveMixedShapeByAspectRatio(0.82)).toEqual('mixedSquare');
expect(resolveMixedShapeByAspectRatio(0.83)).toEqual('mixedSquare');
expect(resolveMixedShapeByAspectRatio(1.32)).toEqual('mixedSquare');
});