From 8aa64782be167a18ed0a12c6a2e8220f4c542b9d Mon Sep 17 00:00:00 2001 From: gnikit Date: Tue, 22 Feb 2022 12:51:20 +0000 Subject: [PATCH] Fixes test for windows --- test/test_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_server.py b/test/test_server.py index 07772eac..bf150bd2 100644 --- a/test/test_server.py +++ b/test/test_server.py @@ -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}} )