Skip to content

Commit

Permalink
fix:tests/test_yurenizer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-turt1e committed Nov 16, 2024
1 parent 671834a commit b017d3b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/test_yurenizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,3 @@ def test_normalize_with_custom_synonym_file(self, default_disabled_flags):
def test_load_sudachi_synonyms_file_not_found(self, normalizer):
with pytest.raises(FileNotFoundError):
normalizer.load_sudachi_synonyms("non_existent_file.txt")

def test_not_normalize(self, normalizer, default_disabled_flags):
text = "バスケ"
result = normalizer.normalize(text, default_disabled_flags)
assert result == text

0 comments on commit b017d3b

Please sign in to comment.