From f55e51e5b886d6f1f6b989e2ddc730bc835f4e44 Mon Sep 17 00:00:00 2001 From: John La Date: Wed, 3 Jul 2024 09:32:04 -0500 Subject: [PATCH] Add missing doc string to ``test__sample_too_small`` test (#2105) --- tests/unit/sampling/test_independent_sampler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/sampling/test_independent_sampler.py b/tests/unit/sampling/test_independent_sampler.py index 2cda624a6..abaa0a2e4 100644 --- a/tests/unit/sampling/test_independent_sampler.py +++ b/tests/unit/sampling/test_independent_sampler.py @@ -407,6 +407,7 @@ def _connect_tables(sampled_data): assert result == instance._finalize.return_value def test__sample_too_small(self): + """Test that the ``_sample`` method works even when sample size is very small.""" instance = Mock() metadata = Mock() metadata.tables = {