Skip to content

Commit a26c0a8

Browse files
committed
docstring update
1 parent 2477924 commit a26c0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ def collating_intermediate_transformed_dataset(run_directory, tmp_path):
565565

566566
@pytest.fixture
567567
def mocked_transformed_files_500(run_directory):
568-
"""Generate 5k A and B transformed files (1k total)."""
568+
"""Generate 500 A and B transformed files (1k total)."""
569569
transformed_dir = Path(run_directory) / "transformed"
570570
for version in ["a", "b"]:
571571
version_path = transformed_dir / version

0 commit comments

Comments
 (0)