Skip to content

Commit 1e8b230

Browse files
renovate[bot]askpt
andauthored
chore(deps): update spec digest to 54952f3 (#373)
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]>
1 parent 1f13258 commit 1e8b230

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: test/OpenFeature.E2ETests/Steps/EvaluationStepDefinitions.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ public EvaluationStepDefinitions(ScenarioContext scenarioContext)
3838
{
3939
}
4040

41-
[Given(@"a provider is registered")]
42-
public void GivenAProviderIsRegistered()
41+
[Given("a stable provider")]
42+
public void GivenAStableProvider()
4343
{
4444
var memProvider = new InMemoryProvider(this.e2eFlagConfig);
4545
Api.Instance.SetProviderAsync(memProvider).Wait();

0 commit comments

Comments
 (0)