Skip to content

Commit

Permalink
issue-21 - fixed python test function name
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdos committed May 8, 2024
1 parent f0fccf2 commit 3ec133c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def test_validation(self):
""" Test the Business Rules example. """
self.validate_json('examples/result-list-business-rules.json')

class ResultListBusinessRulesTest(AbstractSchemaValidatorTest, TestCase):
class ResultListToolsTest(AbstractSchemaValidatorTest, TestCase):
"""Test for Result List Tools example. """
def get_json_schema_file_name(self):
return 'schema/result-list.json'
Expand Down

0 comments on commit 3ec133c

Please sign in to comment.