From 21331adb0573e56f4eee966f7658c34569e947b6 Mon Sep 17 00:00:00 2001 From: freiheit Date: Sun, 24 Mar 2024 20:11:44 -0700 Subject: [PATCH] Fix test --- test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test.py b/test.py index 2fbc3b3..f09b5d4 100644 --- a/test.py +++ b/test.py @@ -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):