Skip to content

Commit

Permalink
test: assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Sep 23, 2024
1 parent f572214 commit 32c2a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode-extension/test/web/suite/hover.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ test("for SassDoc annotations", async () => {
// Prefixed symbols are shown with their original names
const expectedContents = {
contents: [
"@type\n____\n[SassDoc reference](http://sassdoc.com/annotations/#type)",
"@type\n\n[SassDoc reference](http://sassdoc.com/annotations/#type)",
],
};

Expand Down

0 comments on commit 32c2a5a

Please sign in to comment.