Skip to content

Commit 1823ae8

Browse files
author
Dave Bartolomeo
committed
Fix test expectation
1 parent 6dca9cc commit 1823ae8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

extensions/ql-vscode/src/vscode-tests/no-workspace/run-queries.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ describe('run-queries', () => {
171171
localChecking: false,
172172
noComputeGetUrl: false,
173173
noComputeToString: false,
174-
computeDefaultStrings: true
174+
computeDefaultStrings: true,
175+
emitDebugInfo: true,
175176
},
176177
extraOptions: {
177178
timeoutSecs: 5

0 commit comments

Comments
 (0)