Skip to content

Commit fb76b9f

Browse files
committed
Update test
1 parent f80c84d commit fb76b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unitTests/options.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ suite('Options tests', () => {
3737
options.omnisharpOptions.enableDecompilationSupport.should.equal(false);
3838
options.omnisharpOptions.enableImportCompletion.should.equal(false);
3939
options.omnisharpOptions.enableAsyncCompletion.should.equal(false);
40-
options.omnisharpOptions.analyzeOpenDocumentsOnly.should.equal(false);
40+
options.omnisharpOptions.analyzeOpenDocumentsOnly.should.equal(true);
4141
options.omnisharpOptions.testRunSettings.should.equal('');
4242
});
4343

0 commit comments

Comments
 (0)