From 0af93fd580ac553b4e1f63d14743d120cc9da4f3 Mon Sep 17 00:00:00 2001 From: MangaBoba Date: Fri, 24 Nov 2023 12:46:05 +0300 Subject: [PATCH] fix test filepath --- test/test_adapters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_adapters.py b/test/test_adapters.py index 438e5c29b..1527204fc 100644 --- a/test/test_adapters.py +++ b/test/test_adapters.py @@ -12,7 +12,7 @@ ) filepath = Path(__file__) -test_config = load_config(str(filepath.parent) + '\\test_config.py') +test_config = load_config(str(filepath.parent) + '/test_config.py') def test_mapping_into_graph_requirements():