Skip to content

Commit f77764d

Browse files
committed
Corrections to test descriptions
1 parent bec29a4 commit f77764d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/parser/test_dice_parser_invalid.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def setUp(self):
2323
"""
2424
self.parser = DiceParser()
2525

26-
def test_noNumbers(self):
26+
def test_onlySeparator(self):
2727
"""
2828
Tests that the dice separator can't be parsed.
2929
"""
@@ -71,7 +71,7 @@ def test_negativeQuantity(self):
7171

7272
def test_negativeSides(self):
7373
"""
74-
Tests that a expression with an incomplete dice can't be parsed.
74+
Tests that a dice with a negative side can't be parsed.
7575
"""
7676
result = self.parser.parse("1d-6")
7777

0 commit comments

Comments
 (0)