diff --git a/tests/test_random_sources.py b/tests/test_random_sources.py index d70367b1f0af5dcb614bb4ad7c1b00066965b75a..62157688e201447b1637f41807512be91407a2a8 100644 --- a/tests/test_random_sources.py +++ b/tests/test_random_sources.py @@ -255,7 +255,7 @@ class TestRealDiceRandomSource(object): assert "roll 2 dice" in out assert picked == 1 - def test_dice_sides_respected(self, capsys, fake_input): + def test_choice_respects_dice_sides(self, capsys, fake_input): # we use the number of dice sides given by options dict. fake_input(["1", "2"]) # A Namespace, not a dict, is passed to the constructor.