Skip to content

Commit

Permalink
Adjust to new hover behviour for enum
Browse files Browse the repository at this point in the history
Signed-off-by: David Thompson <[email protected]>
  • Loading branch information
datho7561 committed Jun 6, 2024
1 parent 2bce1e4 commit 3fca201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/schemaProvider.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('Tests for schema provider feature', () => {
await vscode.window.showTextDocument(hoverUri);
await testHover(hoverUri, new vscode.Position(0, 3), [
{
contents: ['A stringy string string'],
contents: ['A stringy string string\n\nAllowed Values:\n\n* `test`\n'],
},
]);

Expand Down

0 comments on commit 3fca201

Please sign in to comment.