Skip to content

Commit 107c238

Browse files
update comment
1 parent f7ea89c commit 107c238

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/integration/test_interface.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ def test_generate_dataset_from_multiple_shards(
5858
mocker: MockerFixture,
5959
fuzzy_checker: FuzzyChecker,
6060
) -> None:
61-
"""Tests that we can generate noised data with the same columns from a
62-
single sample dataset or by concatenating and noising multiple datasets
61+
"""Tests that we can generate noised data from a single sample dataset
62+
or by concatenating and noising multiple datasets and that they have the
63+
same columns
6364
"""
6465
if "TODO" in dataset_name:
6566
pytest.skip(reason=dataset_name)

0 commit comments

Comments
 (0)