Skip to content

Commit

Permalink
Update openfeature/testing/testprovider.go
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Nov 5, 2024
1 parent 0e6deb5 commit 3e16186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfeature/testing/testprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func NewTestProvider() TestProvider {

// TestProvider is the recommended way to defined flags within the scope of a test.
// It uses the InMemoryProvider, with flags scoped per test.
// Before executing a test, specify the flag values to be used for the specific test using the
// Before executing a test, specify the flag values to be used for the specific test using the UsingFlags function
type TestProvider struct {
openfeature.NoopProvider
providers *sync.Map
Expand Down

0 comments on commit 3e16186

Please sign in to comment.