Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Aug 22, 2023
1 parent b413e80 commit 2c603f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

@pytest.fixture(scope='session')
def rootdir() -> Path:
return Path(__file__).parent.abspath() / 'roots'
return Path(__file__).parent.resolve() / 'roots'

0 comments on commit 2c603f9

Please sign in to comment.