Skip to content

Commit

Permalink
update the error message for unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
syhwawa committed May 18, 2023
1 parent 0336dc9 commit 8b5f4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_2_event_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def test_class_requirements(test_config):

for cls, requirements in class_requirements.items():
instance = cls(test_config)
assert instance.requirements == requirements, f"Failed for class {cls.__name__}"
assert instance.requirements == requirements, f"Requirements do not match for class {cls.__name__}"


def handler_from_config(config_path):
Expand Down

0 comments on commit 8b5f4ce

Please sign in to comment.