Skip to content

Commit

Permalink
Fixed test log path
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Sep 6, 2022
1 parent af9f3db commit f92b1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/tests/test_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def test_validate_bids(bids_examples, tmp_path):

# Check if a report is being produced.
pid = os.getpid()
log_dir = appdirs.user_log_dir("dandi")
log_dir = appdirs.user_log_dir("dandi-cli")
report_expression = os.path.join(log_dir, f"bids-validator-report_*-{pid}.log")
assert len(glob(report_expression)) == 1

Expand Down

0 comments on commit f92b1e3

Please sign in to comment.