Skip to content

Commit 626ee10

Browse files
committed
fixup: comment
Signed-off-by: Todd Baert <[email protected]>
1 parent 216ebc7 commit 626ee10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/OpenFeature.Tests/OpenFeatureClientTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ public async void Must_Short_Circuit_Fatal()
259259
var name = "1.7.6";
260260
var defaultStr = "456-default";
261261

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

0 commit comments

Comments
 (0)