Fix CI test logger failure on .NET 10 / vstest 18 #1
+16
−1
Annotations
2 warnings
|
Build:
tests/AgentRegistry.Api.Tests/Agents/DiscoveryTests.cs#L37
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
|
Build:
tests/AgentRegistry.Api.Tests/Agents/DiscoveryTests.cs#L37
Do not use Assert.Equal() to check for collection size. Use Assert.Single instead. (https://xunit.net/xunit.analyzers/rules/xUnit2013)
|
Loading