Skip to content

Commit

Permalink
Update packages/language-server-tests-benchmarks/src/benchmarks/css/d…
Browse files Browse the repository at this point in the history
…ocument_symbols.bench.ts

Co-authored-by: Erika <[email protected]>
  • Loading branch information
goulvenclech and Princesseuh authored Dec 19, 2024
1 parent 1b5f0d8 commit 2e482d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { startLanguageServer } from "../../server";
import { fileURLToPath } from "url";

const filePath = fileURLToPath(
new URL("../../../fixture/document_symbols_benchmark.css", import.meta.url)
new URL("../../../fixture/document_symbols.css", import.meta.url)
);

const weblsp = await startLanguageServer(undefined, "weblsp");
Expand Down

0 comments on commit 2e482d4

Please sign in to comment.