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 = {