chore: fix misspelling in test case
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com> Signed-off-by: Tom Carrio <tom@carrio.dev>
This commit is contained in:
parent
f4a02769c4
commit
dcd252eab4
|
|
@ -6,7 +6,7 @@ from open_feature.open_feature_api import get_client, get_provider, set_provider
|
|||
from open_feature.provider.no_op_provider import NoOpProvider
|
||||
|
||||
|
||||
def test_should_not_raise_exception_with_nop_client():
|
||||
def test_should_not_raise_exception_with_noop_client():
|
||||
# Given
|
||||
# No provider has been set
|
||||
# When
|
||||
|
|
|
|||
Loading…
Reference in New Issue