Skip to content

Commit

Permalink
Merge pull request #140 from jwallet/test
Browse files Browse the repository at this point in the history
fixed test
  • Loading branch information
jwallet authored Jan 13, 2020
2 parents d364206 + 15bee11 commit 8711b90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EspionSpotify.Tests/SpotifyHandlerTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ internal async void TickEventSpotifyIdling_ReturnsNoEvent()
// initial track
Assert.Null(spotifyHandler.Track);

await Task.Delay(500);
await Task.Delay(1000);
// FIXME: looks like the delay makes the test succeeds

// updated track
Assert.Equal(track, spotifyHandler.Track);
Expand Down

0 comments on commit 8711b90

Please sign in to comment.