Skip to content

Commit e0d0be6

Browse files
fbanadosactions-user
authored andcommitted
🤖🧹 reformat Python files [skip ci]
1 parent 184b7cd commit e0d0be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CreeDictionary/tests/API_tests/model_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ def test_lemma_ranking_most_frequent_word():
262262
# the English sleep should many Cree words. But nipâw should show first because
263263
# it undoubtedly has the highest frequency
264264
results = search(query="sees").presentation_results()
265-
top_3_texts = set([ result.wordform.text for result in results[0:3]])
265+
top_3_texts = set([result.wordform.text for result in results[0:3]])
266266
assert "wâpahtam" in top_3_texts
267267
assert "wâpamêw" in top_3_texts
268268

0 commit comments

Comments
 (0)