File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/test/scala/io/opentargets/etl/backend/Drug Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ object MoleculeTest {
1818 StructField (" id" , StringType ) ::
1919 StructField (" canonical_smiles" , StringType , nullable = true ) ::
2020 StructField (" drugType" , StringType , nullable = true ) ::
21- StructField (" chebi_par_id" , LongType , nullable = true ) ::
2221 StructField (" blackBoxWarning" , BooleanType , nullable = false ) ::
2322 StructField (" name" , StringType , nullable = true ) ::
2423 StructField (
@@ -204,7 +203,7 @@ class MoleculeTest extends EtlSparkUnitTest {
204203 val results = Molecule invokePrivate processMoleculeCrossReferences(sampleMolecule)
205204 val xrefMap = results.head.getList(1 )
206205 // then
207- assertResult(4 ) {
206+ assertResult(3 ) {
208207 xrefMap.size
209208 }
210209 }
You can’t perform that action at this time.
0 commit comments