Skip to content

Commit

Permalink
Func doesn't return tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
rchiodo committed Jan 9, 2025
1 parent 6887ff1 commit 5da690e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def test_source_reference(tmpdir):

assert pydevd_file_utils.map_file_to_client(server_path) == ("C:\\foo\\my", True)
assert pydevd_file_utils.get_client_filename_source_reference("C:\\foo\\my") == 0
assert pydevd_file_utils.map_file_to_server("c:\\foo\\my") == (server_path, True)
assert pydevd_file_utils.map_file_to_server("c:\\foo\\my") == server_path


@pytest.mark.skipif(sys.platform != "win32", reason="Windows-only test.")
Expand Down

0 comments on commit 5da690e

Please sign in to comment.