Skip to content

Commit cc94008

Browse files
Fix test
1 parent c77550a commit cc94008

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ describe('onRpcRequest', () => {
3939

4040
expect(ui).toRender(
4141
<Box>
42-
<Text>The following is a QR code for the data "Hello, world!":</Text>
42+
<Text>
43+
The following is a QR code for the data "{'Hello, world!'}":
44+
</Text>
4345
<Image src={renderSVG('Hello, world!')} />
4446
</Box>,
4547
);

0 commit comments

Comments
 (0)