Skip to content

Commit 0982685

Browse files
committed
Fix eslint warning
1 parent ab04782 commit 0982685

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/suite/file_actions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ suite('File Actions', () => {
212212
const emptyDirPath = vscode.workspace.asRelativePath(emptyDirUri, false);
213213

214214
// === Act ===
215-
fileActions.handleGetFiles({ id: 'abc', name: 'get_files' });
215+
fileActions.handleGetFiles({ id: 'abc', name: 'get_files' });
216216

217217
// Wait for context to be sent
218218
await checkNoErrorWithTimeout(() => { verify(mockedClient.sendContext(anything())).once(); });

0 commit comments

Comments
 (0)