Skip to content

Commit ae44a04

Browse files
committed
fix tests on windows
1 parent e1947c7 commit ae44a04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/language_server/test/providers/formatting_test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,7 @@ defmodule ElixirLS.LanguageServer.Providers.FormattingTest do
530530

531531
defp format(path, project_dir) do
532532
project_dir = maybe_convert_path_separators(project_dir)
533+
|> Path.absname()
533534
path = maybe_convert_path_separators("#{project_dir}/#{path}")
534535

535536
source_file = %SourceFile{

0 commit comments

Comments
 (0)