Skip to content

Commit

Permalink
Fixed a failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
RK206 committed Dec 19, 2024
1 parent 15c50c3 commit af0097e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doajtest/unit/test_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ def test_article_query_ascci_folding(self):
assert res['hits']['total']["value"] == 1, res['hits']['total']["value"]

def test_journal_query_ascii_folding(self):
self.journal = models.Journal(**JournalFixtureFactory.make_journal_with_data("I can’t really think in English"))
self.journal = models.Journal(**JournalFixtureFactory.make_journal_with_data(title="I can’t really think in English"))
self.journal.save(blocking=True)
qsvc = QueryService()

Expand Down

0 comments on commit af0097e

Please sign in to comment.