Skip to content

Commit

Permalink
Merge pull request #188 from dandi/unmonkey
Browse files Browse the repository at this point in the history
Remove unused monkeypatches
  • Loading branch information
yarikoptic committed Aug 11, 2020
2 parents 92474c7 + a66544b commit db41261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dandi/tests/test_register.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from ..utils import yaml_load


def test_smoke_metadata_present(local_docker_compose_env, monkeypatch, tmp_path):
def test_smoke_metadata_present(local_docker_compose_env, tmp_path):
(tmp_path / dandiset_metadata_file).write_text("{}\n")
assert (
register(
Expand All @@ -26,7 +26,7 @@ def test_smoke_metadata_present(local_docker_compose_env, monkeypatch, tmp_path)
# with the given identifier


def test_smoke_metadata_not_present(local_docker_compose_env, monkeypatch, tmp_path):
def test_smoke_metadata_not_present(local_docker_compose_env, tmp_path):
assert (
register(
"Dandiset Name",
Expand Down

0 comments on commit db41261

Please sign in to comment.