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 ae0ed1a
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 @@ -194,8 +194,8 @@ def test_upload_bids_invalid(
iter_upload_spy.assert_called_once()
# Check existence of assets:
dandiset = bids_dandiset_invalid.dandiset
# Check file existence:
dandiset.get_asset_by_path("dataset_description.json")
## Check file existence:
#dandiset.get_asset_by_path("dataset_description.json")


def test_upload_bids_validation_ignore(
Expand Down

0 comments on commit ae0ed1a

Please sign in to comment.