Skip to content

Commit 50ed193

Browse files
committed
fix: tests
1 parent adc9477 commit 50ed193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/extension.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ suite("Extension Test Suite", () => {
8080
assert.strictEqual(yamlHovers.length, 1, 'Expected one hover for YAML property');
8181
const yamlHoverContent = yamlHovers[0].contents[0] as vscode.MarkdownString;
8282
assert.ok(
83-
yamlHoverContent.value.includes('Unsupported Markup content received. Kind is: '),
83+
yamlHoverContent.value.includes('Specification of the desired behavior of the Deployment.'),
8484
`Hover content for YAML property should show documentation. Got ${yamlHoverContent.value}`
8585
);
8686
});

0 commit comments

Comments
 (0)