Skip to content

Commit 7396f7a

Browse files
committed
[ui-config] lint fix
1 parent ba4f151 commit 7396f7a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

desktop/core/src/desktop/js/apps/admin/Configuration/ConfigurationTab.test.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ describe('Configuration Component', () => {
121121
});
122122
});
123123

124-
125124
test('Renders Configuration component mathcing search', async () => {
126125
render(<Configuration />);
127126

@@ -152,12 +151,11 @@ describe('Configuration Component', () => {
152151
expect(screen.getAllByText(/test/i)).toHaveLength(3);
153152
expect(screen.getByText(/test\.config2/i)).toBeInTheDocument();
154153
expect(screen.getByText(/Hello World/i)).toBeInTheDocument();
155-
154+
156155
expect(screen.queryByText(/example\.config/i)).not.toBeInTheDocument();
157156
});
158157
});
159158

160-
161159
test('Filters configuration based on input text', async () => {
162160
render(<Configuration />);
163161

0 commit comments

Comments
 (0)