diff --git a/tests/CommunityToolkit.Aspire.GoFeatureFlag.Tests/GoFeatureFlagClientPublicApiTests.cs b/tests/CommunityToolkit.Aspire.GoFeatureFlag.Tests/GoFeatureFlagClientPublicApiTests.cs index a47f2bcb..8ded4145 100644 --- a/tests/CommunityToolkit.Aspire.GoFeatureFlag.Tests/GoFeatureFlagClientPublicApiTests.cs +++ b/tests/CommunityToolkit.Aspire.GoFeatureFlag.Tests/GoFeatureFlagClientPublicApiTests.cs @@ -10,7 +10,6 @@ public class GoFeatureFlagClientPublicApiTests [Fact] public void AddGoFeatureFlagClientShouldThrowWhenBuilderIsNull() { - Assert.Fail("Test not implemented"); IHostApplicationBuilder builder = null!; var connectionName = "goff";