Skip to content

Commit 65f48dc

Browse files
committed
fix unit test
1 parent 909a3df commit 65f48dc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/amazonq/test/unit/amazonq/lsp/lspClient.test.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ describe('Amazon Q LSP client', function () {
3333
encryptFunc.calledWith(
3434
JSON.stringify({
3535
filePaths: ['fileA'],
36-
rootPath: 'path',
37-
refresh: false,
36+
projectRoot: 'path',
37+
config: 'all',
38+
language: '',
3839
})
3940
)
4041
)

0 commit comments

Comments
 (0)