Skip to content

Commit

Permalink
try -1 alternative in tests because of of stringification
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Nov 1, 2023
1 parent 39601b0 commit 579d108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dandi/tests/test_organize.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def c() -> Any: # shortcut

@pytest.mark.integration
@pytest.mark.parametrize("mode", no_move_modes)
@pytest.mark.parametrize("jobs", (1, None))
@pytest.mark.parametrize("jobs", (1, -1))
def test_organize_nwb_test_data(nwb_test_data: Path, tmp_path: Path, mode: str, jobs: int) -> None:
outdir = tmp_path / "organized"

Expand Down

0 comments on commit 579d108

Please sign in to comment.