Skip to content

Commit 0dc2467

Browse files
committed
fix merge error
1 parent a427aec commit 0dc2467

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/react-core/src/components/BackgroundImage/__tests__/BackgroundImage.test.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ test('spreads additional props', () => {
1414
expect(screen.getByTestId('test-id')).toHaveProperty('lang');
1515
});
1616

17-
test('spreads additional props', () => {
18-
render(<BackgroundImage src="/image/url.png" data-testid="test-id" lang="en-US" />);
19-
expect(screen.getByTestId('test-id')).toHaveProperty('lang');
20-
});
21-
2217
test('has src URL applied to style', () => {
2318
render(<BackgroundImage src="/image/url.png" data-testid="test-id" />);
2419
expect(screen.getByTestId('test-id')).toHaveAttribute('style', `${cssBackgroundImage.name}: url(/image/url.png);`);

0 commit comments

Comments
 (0)