def test_owner(self): data = [] response = self.sim.tx(self.accounts["artist"], self.contract, 0, data) assert response[0] == coerce_to_int(self.OWNER)
def test_owner(self): data = ["owner"] response = self.sim.tx(self.accounts["beholder"], self.contract, 0, data) assert response[0] == coerce_to_int(self.accounts["artist"].address)