Beispiel #1
0
        public async Task AddArtistToFavourite()
        {
            bool response = await _user.AddArtistToFavourite(_artist);

            Assert.IsTrue(response);
        }