Skip to content

Commit

Permalink
Need app context for test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Nov 29, 2023
1 parent 614c76e commit 6967368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/parse/test_JapaneseParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_end_of_sentence_stored_in_parsed_tokens(japanese):
assert_tokens_equals(s, japanese, expected)


def test_readings():
def test_readings(app_context):
"""
Parser returns readings if they add value.
"""
Expand Down

0 comments on commit 6967368

Please sign in to comment.