Skip to content

Commit

Permalink
Changed test name due to incorect description pointed out in review.
Browse files Browse the repository at this point in the history
  • Loading branch information
lovoll committed Feb 2, 2024
1 parent 673cea0 commit 7e46c41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ public async Task GetUserUserUserUuid_NullFromDecoratedService_CacheNotPopulated
/// Tests that if the result from decorated service is an empty list, nothing is stored in cache and the empty list returned to caller.
/// </summary>
[Fact]
public async Task GetUserListUserUserUuid_NullFromDecoratedService_CacheNotPopulated()
public async Task GetUserListUserUserUuid_EmptyListFromDecoratedService_CacheNotPopulated()
{
// Arrange
List<Guid> userUuids = new List<Guid> { new("cc86d2c7-1695-44b0-8e82-e633243fdf31"), new("4c3b4909-eb17-45d5-bde1-256e065e196a") };
Expand Down

0 comments on commit 7e46c41

Please sign in to comment.