Skip to content

Commit 1607c31

Browse files
committed
swap
1 parent 33d7281 commit 1607c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/utils/image.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ test('pngChunks', async () => {
1111

1212
test('pngInfo', async () => {
1313
const blob = await (await globalThis.fetch('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAIAAAD91JpzAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAEElEQVQI12OQNZcAIgYIBQAL8gGxdzzM0A==')).blob();
14-
expect(await pngInfo(blob)).toEqual({dppx: 2, width: 2});
14+
expect(await pngInfo(blob)).toEqual({width: 2, dppx: 2});
1515
});

0 commit comments

Comments
 (0)