manny405/sapai

Leveling pet up doesn`t trigger new pet in shop

Closed this issue · 0 comments

def test_shop_levelup(self):
     player = Player(shop=Shop(["fish","fish"]),team=Team(Pet("fish")]))
     player.buy_combine(1,0)
     player.buy_combine(0,0)
     self.assertEqual(len(player.shop),1)