Skip to content

Commit

Permalink
Missed in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
laurencee committed Jan 1, 2021
1 parent 27ad9e0 commit 26ea5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExternalAPIs.Tests/TwitchTvHelixClientShould.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public async Task GetChannelVideos(string userId)
};
var channelVideos = await sut.GetVideos(channelVideosQuery);
Assert.NotNull(channelVideos);
Assert.NotEmpty(channelVideos);
Assert.NotEmpty(channelVideos.Videos);
}
}
}

0 comments on commit 26ea5dc

Please sign in to comment.