Skip to content

Commit

Permalink
fixup: comment
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert committed Jun 12, 2024
1 parent 216ebc7 commit 626ee10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/OpenFeature.Tests/OpenFeatureClientTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public async void Must_Short_Circuit_Fatal()
var name = "1.7.6";
var defaultStr = "456-default";

// provider which is never ready (ready after maxValue)
// provider which immediately fails fatally
var provider = new TestProvider(name, new ProviderFatalException("fake"));
FeatureClient client = Api.Instance.GetClient(name);
Assert.Equal(ProviderStatus.NotReady, provider.Status);
Expand Down

0 comments on commit 626ee10

Please sign in to comment.