Exemple #1
0
        public async Task RetrieveAuthorAsync_ShouldReturnAuthorWithoutPosts()
        {
            var response = await butterClient.RetrieveAuthorAsync("api-test");

            Assert.IsNotNull(response);
        }