Skip to content

Commit 62cd162

Browse files
Fix test
1 parent 5ba1969 commit 62cd162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/examples/packages/images/src/index.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ describe('onRpcRequest', () => {
104104
expect(ui).toRender(
105105
<Box>
106106
<Text>Enjoy your cat!</Text>
107-
<Image src="https://cataas.com/cat" />
107+
<Image src="https://cataas.com/cat" height={400} width={400} />
108108
</Box>,
109109
);
110110

0 commit comments

Comments
 (0)