Skip to content

Commit

Permalink
refactor: rename step definition for clarity in E2E tests
Browse files Browse the repository at this point in the history
Signed-off-by: André Silva <[email protected]>
  • Loading branch information
askpt committed Feb 13, 2025
1 parent bfb8323 commit d8f1df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/OpenFeature.E2ETests/Steps/EvaluationStepDefinitions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ public EvaluationStepDefinitions(ScenarioContext scenarioContext)
{
}

[Given(@"a provider is registered")]
public void GivenAProviderIsRegistered()
[Given("a stable provider")]
public void GivenAStableProvider()
{
var memProvider = new InMemoryProvider(this.e2eFlagConfig);
Api.Instance.SetProviderAsync(memProvider).Wait();
Expand Down

0 comments on commit d8f1df0

Please sign in to comment.