diff --git a/test/src/hover.test.ts b/test/src/hover.test.ts index 49764e01..e65e003b 100644 --- a/test/src/hover.test.ts +++ b/test/src/hover.test.ts @@ -80,7 +80,7 @@ suite('Hover info', () => { ) }) - test('Hovering on area()-call in broken project should still show def', async () => { + test('Hovering on area()-call with broken definition should still show info', async () => { // Create a syntax error // `def area(s: Shape): Int32` -> `def area(s: Shape)asdf: Int32` const editor = vscode.window.activeTextEditor