Closed HungryZerg closed 2 years ago
Second assert fails :
def test_squirrel(self): player = Player(team=Team([Pet("squirrel")])) player.start_turn() self.assertEqual(player.shop[3].cost,2) player.roll() self.assertEqual(player.shop[3].cost,3)
same with the sleeping pill, new item in the same slot after roll is 1 gold cost
Second assert fails :
same with the sleeping pill, new item in the same slot after roll is 1 gold cost