def test_update_dogfood(self): dog = Dog(name="fly") dog.food = "biscuits" dog.save(self.db)
def test_update_dogfood(self): dog = Dog(name="fly") dog.food = "biscuits" self.db.put(dog)