Skip to content

Commit

Permalink
Update test_configuration_common.py (huggingface#15160)
Browse files Browse the repository at this point in the history
  • Loading branch information
novice03 authored Jan 14, 2022
1 parent 51d7ebf commit 735d2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_configuration_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def check_config_arguments_init(self):

if len(wrong_values) > 0:
errors = "\n".join([f"- {v[0]}: got {v[1]} instead of {v[2]}" for v in wrong_values])
raise ValueError(f"The following keys were not properly sey in the config:\n{errors}")
raise ValueError(f"The following keys were not properly set in the config:\n{errors}")

def run_common_tests(self):
self.create_and_test_config_common_properties()
Expand Down

0 comments on commit 735d2bb

Please sign in to comment.