Skip to content

Commit

Permalink
Update test/OpenFeature.Tests/OpenFeatureTests.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Drenski <austin@austindrenski.io>
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert and austindrenski authored Jan 22, 2024
1 parent 528b723 commit a9d9fbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/OpenFeature.Tests/OpenFeatureTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ public async Task OpenFeature_Should_Assign_Provider_To_Existing_Client()
[Fact]
[Specification("1.1.3", "The `API` MUST provide a function to bind a given `provider` to one or more client `name`s. If the client-name already has a bound provider, it is overwritten with the new mapping.")]
public async Task OpenFeature_Should_Allow_Multiple_Client_Names_Of_Same_Instance()

{
var openFeature = Api.Instance;
var provider = new TestProvider();
Expand Down

0 comments on commit a9d9fbc

Please sign in to comment.