Skip to content

Commit d7131d2

Browse files
committed
.
1 parent b140142 commit d7131d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ describe('test-adapter', () => {
9898
test: gPath,
9999
message: `\ncompilation error: ${gPath}\nERROR: abc\n`,
100100
decorations: [
101-
{ line: 1, message: 'abc', severity: 'ERROR' }
101+
{ line: 1, message: 'abc' }
102102
]
103103
}]);
104104
expect(listenerSpy.getCall(3).args).to.deep.eq([{

0 commit comments

Comments
 (0)