Skip to content

Commit

Permalink
Fix double 'tests' in testproject path
Browse files Browse the repository at this point in the history
  • Loading branch information
samuell committed Jul 4, 2024
1 parent 81fd3fc commit 6dd4078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def path_testproject():
#Check if release install exists
for entry in os.listdir(get_python_lib()):
if 'microSALT-' in entry:
testproject = os.path.abspath(os.path.join(os.path.expandvars('$CONDA_PREFIX'), 'tests/testdata/AAA1234_2000.1.2_3.4.5'))
testproject = os.path.abspath(os.path.join(os.path.expandvars('$CONDA_PREFIX'), 'testdata/AAA1234_2000.1.2_3.4.5'))
return testproject


Expand Down

0 comments on commit 6dd4078

Please sign in to comment.