Skip to content

Commit 859d761

Browse files
committed
Fix another test class name
1 parent a496cf5 commit 859d761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def spec(self, factory):
7676
return factory.spec_from_url(url)
7777

7878

79-
class TestApiWithExampe(BaseTestValidOpenAPIv3Validator):
79+
class TestApiWithExample(BaseTestValidOpenAPIv3Validator):
8080

8181
@pytest.fixture
8282
def spec(self, factory):

0 commit comments

Comments
 (0)