Skip to content

Commit 1fe3cdf

Browse files
authored
Add restore to O# integration test
1 parent 5365466 commit 1fe3cdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/omnisharp/omnisharpIntegrationTests/semanticTokensProvider.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ describeIfNotRazorOrGenerator(`SemanticTokensProvider: ${testAssetWorkspace.desc
5656

5757
beforeAll(async function () {
5858
const activation = await activateCSharpExtension();
59+
await testAssetWorkspace.restore();
5960

6061
const fileName = 'semantictokens.cs';
6162
const projectDirectory = testAssetWorkspace.projects[0].projectDirectoryPath;

0 commit comments

Comments
 (0)