From be1ec9fa293d2cfde056f50022a1856cca18aec7 Mon Sep 17 00:00:00 2001 From: sockmaster27 <61235930+sockmaster27@users.noreply.github.com> Date: Sun, 26 May 2024 11:07:10 +0200 Subject: [PATCH] refactor: update name of broken hover test case --- test/src/hover.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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