Skip to content

Commit

Permalink
refactor: update name of broken hover test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 committed May 26, 2024
1 parent 40e81ef commit be1ec9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/hover.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit be1ec9f

Please sign in to comment.