Skip to content

Commit

Permalink
Add missing doc string to test__sample_too_small test (#2105)
Browse files Browse the repository at this point in the history
  • Loading branch information
lajohn4747 committed Jul 3, 2024
1 parent 6a57b3f commit f55e51e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/sampling/test_independent_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit f55e51e

Please sign in to comment.