Skip to content

Commit

Permalink
Fixes test for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Feb 22, 2022
1 parent 6f93fd3 commit 8aa6478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ def check_return(results, ref_results):
"textDocument/didOpen", {"textDocument": {"uri": file_path}}
)
# Test module procedure in submodules importing scopes
file_path = str(test_dir / "subdir" / "test_submod.f90")
file_path = str(test_dir / "subdir" / "test_submod.F90")
string += write_rpc_notification(
"textDocument/didOpen", {"textDocument": {"uri": file_path}}
)
Expand Down

0 comments on commit 8aa6478

Please sign in to comment.