Skip to content

Commit 737498d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/props.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,8 +407,8 @@ describe('InputNumber.Props', () => {
407407
});
408408
});
409409

410-
describe('type props', () => {
411-
it('render spinner type', () => {
410+
describe('mode props', () => {
411+
it('render spinner mode', () => {
412412
const { container } = render(<InputNumber value={1} mode="spinner" />);
413413
expect(container.querySelector('.rc-input-number')).toHaveClass('rc-input-number-mode-spinner');
414414
});

0 commit comments

Comments
 (0)