Skip to content

Commit 8aa6478

Browse files
committed
Fixes test for windows
1 parent 6f93fd3 commit 8aa6478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ def check_return(results, ref_results):
782782
"textDocument/didOpen", {"textDocument": {"uri": file_path}}
783783
)
784784
# Test module procedure in submodules importing scopes
785-
file_path = str(test_dir / "subdir" / "test_submod.f90")
785+
file_path = str(test_dir / "subdir" / "test_submod.F90")
786786
string += write_rpc_notification(
787787
"textDocument/didOpen", {"textDocument": {"uri": file_path}}
788788
)

0 commit comments

Comments
 (0)