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:
Tom Carrio 2022-12-27 21:35:54 -05:00 committed by GitHub
parent f4a02769c4
commit dcd252eab4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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