Skip to content

Commit 05833a6

Browse files
update test
1 parent 4d04822 commit 05833a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/blade/src/components/Box/__tests__/Box.web.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ describe('<Box />', () => {
7171
);
7272
} catch (err: unknown) {
7373
expect(err).toMatchInlineSnapshot(`
74-
[Error: [Blade: Box]: Oops! Currently you can only use \`transparent\`, \`surface.background.*\`, \`overlay.*\` and \`brand.*\` tokens with backgroundColor property but we received \`red\` instead.
74+
[Error: [Blade: Box]: Oops! Currently you can only use \`transparent\`, \`surface.background.*\`, and \`overlay.*\` tokens with backgroundColor property but we received \`red\` instead.
7575
7676
Do you have a usecase of using other values? Create an issue on https://github.com/razorpay/blade repo to let us know and we can discuss ✨]
7777
`);

0 commit comments

Comments
 (0)