Skip to content

Commit 7bed3bd

Browse files
committed
test(SettingCard): fix indentation for readOnly mode test case
1 parent 7445447 commit 7bed3bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/advanced-settings/setting-card/SettingCard.test.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ describe('<SettingCard />', () => {
9292
expect(handleBlur).toHaveBeenCalled();
9393
});
9494
});
95-
it('renders in readOnly mode with disabled input', () => {
95+
it('renders in readOnly mode with disabled input', () => {
9696
render(<RootWrapper readOnly />);
9797
const input = screen.getByLabelText(/Setting Name/i);
9898
expect(input).toBeDisabled();

0 commit comments

Comments
 (0)