Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Sep 13, 2023
1 parent d8d32be commit 937133a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisc/tests/collect/test_words.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
###################################################################################################
###################################################################################################

def test_collect_words_history(tdb, test_req):
def test_collect_words(tdb, test_req):

terms = [['science'], ['engineering']]
excls = [['philosophy'], []]
Expand All @@ -23,7 +23,7 @@ def test_collect_words_history(tdb, test_req):
for field in ['titles', 'authors', 'ids', 'journals', 'keywords', 'words', 'years']:
assert getattr(res[0], field)

def test_collect_words_nohistory(tdb, test_req):
def test_collect_words_history(tdb, test_req):

terms = [['science'], ['engineering']]
excls = [['philosophy'], []]
Expand Down

0 comments on commit 937133a

Please sign in to comment.