Skip to content

Commit 7e315f9

Browse files
committed
Missed a test
1 parent dc5022d commit 7e315f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/design-system-react-native/src/components/BadgeIcon/BadgeIcon.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe('BadgeIcon', () => {
5252
};
5353
const { getByTestId } = render(<TestComponent />);
5454
const badgeIcon = getByTestId('badge-icon');
55-
expect(badgeIcon.props.style).toEqual(customStyle);
55+
expect(badgeIcon.props.style[1]).toEqual(customStyle);
5656
expect(badgeIcon.props.accessibilityLabel).toStrictEqual('badge-icon');
5757
});
5858
});

0 commit comments

Comments
 (0)