diff --git a/tests/test_pixeldataset.py b/tests/test_pixeldataset.py index 4f0d9146..a5c96d93 100644 --- a/tests/test_pixeldataset.py +++ b/tests/test_pixeldataset.py @@ -758,7 +758,7 @@ def test_aggregation_all_samples_show_up( tmp_path, setup_basic_pixel_dataset, ): - # There used to be a bug (EXE-1186) where only the first to samples + # There used to be a bug (EXE-1186) where only the first two samples # were actually aggregated. This test is here to catch that potential # problem in the future.