Skip to content

Commit 639875d

Browse files
Update tests/simple.test.tsx
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 1af8f37 commit 639875d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/simple.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,6 @@ describe('simple Pagination', () => {
321321

322322
const simplePager = container.querySelector('.rc-pagination-simple-pager');
323323
expect(simplePager).toHaveClass(customClassName);
324-
expect(simplePager).toHaveStyle('background-color: red');
324+
expect(simplePager).toHaveStyle({ 'background-color': 'red' });
325325
});
326326
});

0 commit comments

Comments
 (0)