Skip to content

Commit 59eb11b

Browse files
authored
test: await config update (#479)
1 parent c7b6dd2 commit 59eb11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/multiRoot/extension.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ suite("Multi root workspace tests", () => {
232232
}).timeout(30000);
233233

234234
test("extension starts first client on the same folder with mix.exs if useCurrentRootFolderAsProjectDir is true", async () => {
235-
vscode.workspace
235+
await vscode.workspace
236236
.getConfiguration("elixirLS")
237237
.update(
238238
"useCurrentRootFolderAsProjectDir",

0 commit comments

Comments
 (0)