Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
freiheit committed Mar 25, 2024
1 parent 3ce18b7 commit 21331ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def test_parser_good(self):
"4d12 1d10 2d4": {20:0, 12:4, 10:1, 8:0, 6:0, 4:2},
" d4 d6 d8 d12 ": {20:0, 12:1, 10:0, 8:1, 6:1, 4:1},
"1024d20, 500d4": {20:1024, 12:0, 10:0, 8:0, 6:0, 4:500},
"1023d20, 500d4": {20:1024, 12:0, 10:0, 8:0, 6:0, 4:500},
}
for (dstring, dspec) in strings.items():
with self.subTest(dstring=dstring):
Expand Down

0 comments on commit 21331ad

Please sign in to comment.