Skip to content

Commit

Permalink
chore(core): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Jul 2, 2024
1 parent 3e7dc6c commit 141d3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typedoc-plugin-markdown/test/specs/utils.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ describe(`Utils`, () => {
});

test(`should get variable with brackets`, () => {
expectFileToEqual('utils', 'members', 'variables/VariableWithChars.md');
expectFileToEqual('utils', 'members', 'variables/variableWithChars.md');
});
});

0 comments on commit 141d3b4

Please sign in to comment.