Example #1
0
        public async void Pet_Put_Valid_Pet(CreatePetCommand pet)
        {
            var result = await Controller.Put(pet);

            result.Should().BeOfType <OkResult>();
        }