Skip to content

Commit

Permalink
fix test filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
MangaBoba committed Nov 24, 2023
1 parent 17fc0a1 commit 0af93fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 0af93fd

Please sign in to comment.