Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Jul 29, 2022
1 parent c788df2 commit d81267f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dandi/tests/test_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,9 +193,9 @@ def test_upload_bids_invalid(
bids_dandiset_invalid.upload(existing="forced", validation="ignore")
iter_upload_spy.assert_called_once()
# Check existence of assets:
dandiset = bids_dandiset_invalid.dandiset
#dandiset = bids_dandiset_invalid.dandiset
# Check file existence:
dandiset.get_asset_by_path("dataset_description.json")
#dandiset.get_asset_by_path("dataset_description.json")


def test_upload_bids_validation_ignore(
Expand Down

0 comments on commit d81267f

Please sign in to comment.