From 141d3b49c4a5dc521a5688b97c998a0dae281d64 Mon Sep 17 00:00:00 2001 From: tgreyuk Date: Tue, 2 Jul 2024 19:56:27 +0100 Subject: [PATCH] chore(core): fix test --- packages/typedoc-plugin-markdown/test/specs/utils.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/typedoc-plugin-markdown/test/specs/utils.spec.ts b/packages/typedoc-plugin-markdown/test/specs/utils.spec.ts index 6bfd044e..ea8c4e72 100644 --- a/packages/typedoc-plugin-markdown/test/specs/utils.spec.ts +++ b/packages/typedoc-plugin-markdown/test/specs/utils.spec.ts @@ -10,6 +10,6 @@ describe(`Utils`, () => { }); test(`should get variable with brackets`, () => { - expectFileToEqual('utils', 'members', 'variables/VariableWithChars.md'); + expectFileToEqual('utils', 'members', 'variables/variableWithChars.md'); }); });