Skip to content

Commit

Permalink
chore(deps): update spec digest to 54952f3 (#373)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| spec | digest | `8d6eeb3` -> `54952f3` |

---

### Configuration

πŸ“… **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

β™» **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

πŸ”• **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-feature/dotnet-sdk).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNDUuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2Ny4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZSJdfQ==-->

---------

Signed-off-by: AndrΓ© Silva <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: AndrΓ© Silva <[email protected]>
  • Loading branch information
renovate[bot] and askpt authored Feb 14, 2025
1 parent 1f13258 commit 1e8b230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spec
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 1e8b230

Please sign in to comment.