Fix test for hover provider docs.
This commit is contained in:
Родитель
8c7d2d3640
Коммит
4a5a672412
|
@ -52,7 +52,7 @@ encountered.
|
|||
assert.equal(res.contents.length, 1);
|
||||
} else {
|
||||
assert.equal(res.contents.length, 2);
|
||||
assert.equal(expectedDocumentation, (<{ language: string; value: string }>res.contents[0]).value);
|
||||
assert.equal(expectedDocumentation, <string>(res.contents[0]));
|
||||
}
|
||||
assert.equal(expectedSignature, (<{ language: string; value: string }>res.contents[res.contents.length - 1]).value);
|
||||
})
|
||||
|
|
Загрузка…
Ссылка в новой задаче