From d3e3c8f25bb3ed56304dbb47dcb16c50c48f3267 Mon Sep 17 00:00:00 2001 From: Sumpfork Date: Tue, 14 Jun 2016 12:38:45 -0700 Subject: [PATCH] fix card number test for deleting Settlers --- tests/carddb_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/carddb_tests.py b/tests/carddb_tests.py index 1109bbd..460e792 100644 --- a/tests/carddb_tests.py +++ b/tests/carddb_tests.py @@ -9,7 +9,7 @@ class TestCardDB(unittest.TestCase): options, args = domdiv.parse_opts(['commandname']) options.data_path = '.' cards = domdiv.read_write_card_data(options) - self.assertEquals(len(cards), 349) + self.assertEquals(len(cards), 348) print set(c.cardset for c in cards) valid_cardsets = { u'prosperity',