Skip to content

Commit a9d9fbc

Browse files
Update test/OpenFeature.Tests/OpenFeatureTests.cs
Co-authored-by: Austin Drenski <austin@austindrenski.io> Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 528b723 commit a9d9fbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/OpenFeature.Tests/OpenFeatureTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ public async Task OpenFeature_Should_Assign_Provider_To_Existing_Client()
134134
[Fact]
135135
[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.")]
136136
public async Task OpenFeature_Should_Allow_Multiple_Client_Names_Of_Same_Instance()
137-
138137
{
139138
var openFeature = Api.Instance;
140139
var provider = new TestProvider();

0 commit comments

Comments
 (0)