Updated latest tests to pass

This commit is contained in:
Ben Cook
2018-12-26 20:00:17 -05:00
parent 8ef3026abb
commit c29d3694f2
+1 -1
View File
@@ -180,7 +180,7 @@ class DruidTestCase(TestCase):
spells_prepared=['druidcraft'])
# self.assertEqual(len(char.spells), 1)
self.assertEqual(len(char.spells), 2)
self.assertIsInstance(char.spells[1], spells.Druidcraft)
self.assertIn(spells.Druidcraft(), char.spells)
def test_wild_shapes(self):
char = Druid()