Exemplo n.º 1
0
        public async Task AddAlreadyAddedArtistToFavourites()
        {
            bool response = await _artist.AddArtistToFavorite();

            Assert.IsTrue(response);
        }