Skip to content

Commit

Permalink
Fix testsuite bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
zh-plus committed Dec 25, 2024
1 parent dd62400 commit 2db4a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def test_validate_returns_true_when_generated_content_matches_target_language(se
self.assertTrue(result)

def test_validate_returns_false_when_generated_content_not_matches_target_language(self):
validator = AtomicTranslateValidator(target_lang='zh-cn')
validator = AtomicTranslateValidator(target_lang='ja')
user_input = "Hello"
generated_content = "你好"

Expand Down

0 comments on commit 2db4a53

Please sign in to comment.