diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-11-20 13:33:18 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-11-20 13:33:18 -0800 |
commit | db4e3898de5859f257606058379ceed784b51f86 (patch) | |
tree | 7acefa62d8094f39943847f395ff91dbac9a020c /python/tests/import_doaj.py | |
parent | 94ab81609d61e4d267e3a96b50f25dd5565a9cc4 (diff) | |
download | fatcat-db4e3898de5859f257606058379ceed784b51f86.tar.gz fatcat-db4e3898de5859f257606058379ceed784b51f86.zip |
DOAJ: remove accidentally commited 'skip' of a test
Diffstat (limited to 'python/tests/import_doaj.py')
-rw-r--r-- | python/tests/import_doaj.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/tests/import_doaj.py b/python/tests/import_doaj.py index 23334219..d69aebd7 100644 --- a/python/tests/import_doaj.py +++ b/python/tests/import_doaj.py @@ -16,7 +16,6 @@ def doaj_importer(api): yield DoajArticleImporter(api, issn_file, bezerk_mode=True) def test_doaj_importer(doaj_importer): - return True # XXX last_index = doaj_importer.api.get_changelog(limit=1)[0].index with open("tests/files/example_doaj_articles.json", "r") as f: doaj_importer.bezerk_mode = True |