Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
  • Loading branch information
njzjz committed Jul 31, 2023
1 parent 5ee3f26 commit 6a2201e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@ def test_tw_univ():
r"""\
国立台湾大学
国立阳明大学
"国立体育大学"
国立体育大学
"""
)
expected_text = dedent(
r"""\
台湾大学
台湾阳明大学
"国立体育大学"
国立体育大学
"""
)
filter = FilterChain(default_filters)
Expand Down

0 comments on commit 6a2201e

Please sign in to comment.