Skip to content

Commit

Permalink
reduce verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
bkmartinjr committed Mar 14, 2024
1 parent c41c6c5 commit 21784ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cellxgene_census_builder/tests/test_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

@pytest.mark.parametrize(
"census_build_args",
[{"multi_process": False, "consolidate": False, "build_tag": "test_tag", "verbose": 1, "max_worker_processes": 2}],
[{"multi_process": False, "consolidate": False, "build_tag": "test_tag", "verbose": 0, "max_worker_processes": 2}],
indirect=True,
)
def test_base_builder_creation(
Expand Down

0 comments on commit 21784ee

Please sign in to comment.