Skip to content

Commit

Permalink
cleanup whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
OneCyrus committed Feb 27, 2025
1 parent f6abb2e commit 7a642e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/configEditor/LogsConfig.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe('LogsConfig', () => {
/>
);
expect(result.container.firstChild).not.toBeNull();

const checkboxes = result.container.querySelectorAll('input[type="checkbox"]');
expect(checkboxes).toHaveLength(2);
const input = checkboxes[0];
Expand Down

0 comments on commit 7a642e3

Please sign in to comment.