Skip to content

Commit a6fb297

Browse files
committed
fix merge error
1 parent 0efa1d8 commit a6fb297

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

-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ test('spreads additional props', () => {
1313
expect(screen.getByTestId('test-id')).toHaveProperty('lang');
1414
});
1515

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

0 commit comments

Comments
 (0)