mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update test
This commit is contained in:
parent
e53c78a8ff
commit
14075c641a
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue