We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec29a4 commit f77764dCopy full SHA for f77764d
1 file changed
tests/parser/test_dice_parser_invalid.py
@@ -23,7 +23,7 @@ def setUp(self):
23
"""
24
self.parser = DiceParser()
25
26
- def test_noNumbers(self):
+ def test_onlySeparator(self):
27
28
Tests that the dice separator can't be parsed.
29
@@ -71,7 +71,7 @@ def test_negativeQuantity(self):
71
72
def test_negativeSides(self):
73
74
- Tests that a expression with an incomplete dice can't be parsed.
+ Tests that a dice with a negative side can't be parsed.
75
76
result = self.parser.parse("1d-6")
77
0 commit comments