aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_transform.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-05-20 13:27:55 -0700
committerBryan Newbold <bnewbold@archive.org>2020-05-20 13:27:55 -0700
commitf2c465fffc76ca752249e11d32673db43efc35f1 (patch)
treee000389c916c56c322a984ebdf440a2c6129a0e0 /tests/test_transform.py
parent3ee18580dd108c69c01cdf838a7f1a7d3d181629 (diff)
downloadfatcat-scholar-f2c465fffc76ca752249e11d32673db43efc35f1.tar.gz
fatcat-scholar-f2c465fffc76ca752249e11d32673db43efc35f1.zip
first pass transform from pipelines to ES schema
Diffstat (limited to 'tests/test_transform.py')
-rw-r--r--tests/test_transform.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_transform.py b/tests/test_transform.py
index cb1ad5c..3c29d18 100644
--- a/tests/test_transform.py
+++ b/tests/test_transform.py
@@ -2,7 +2,7 @@
import pytest
from fatcat_openapi_client import ReleaseEntity
-from fatcat_scholar.es_transform import *
+from fatcat_scholar.schema import *
from fatcat_scholar.api_entities import *
def test_es_release_from_release():