Skip to content

Commit

Permalink
Fix assert.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohsen Esmailpour committed Jul 30, 2024
1 parent f249a77 commit cd8a6dd
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public async Task GetRoot_ReturnsHelloWorld()
.ToList();

// Assert
Assert.All(forwardedClientIpLogs, l => l.Value.LiteralValue().Equals(ip));
response.EnsureSuccessStatusCode();
Assert.Equal(forwardedClientIpLogs.Count, allClientIpLogs.Count - 1);
}
}

0 comments on commit cd8a6dd

Please sign in to comment.