Skip to content

Commit

Permalink
Update test/OpenFeature.Tests/ProviderRepositoryTests.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
Signed-off-by: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com>
  • Loading branch information
kinyoklion and toddbaert authored Nov 13, 2023
1 parent 22b07b0 commit 8108e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/OpenFeature.Tests/ProviderRepositoryTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ public async Task In_Use_Provider_Two_Named_Is_Not_Shutdown()

await repository.SetProvider("B", provider1, context);
await repository.SetProvider("A", provider1, context);
// Provider one is replaced for "A", but not "B.
// Provider one is replaced for "A", but not "B".
await repository.SetProvider("A", provider2, context);

provider1.DidNotReceive().Shutdown();
Expand Down

0 comments on commit 8108e63

Please sign in to comment.