Skip to content

Commit

Permalink
Correct name of neo4j datatype class
Browse files Browse the repository at this point in the history
  • Loading branch information
pvanheus committed Jun 23, 2017
1 parent a910763 commit 0092874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/plugins/interactive_environments/neo/config/neo.xml
Expand Up @@ -7,7 +7,7 @@
<model_class>HistoryDatasetAssociation</model_class>
<!-- here you filter out which types of datasets are appropriate for this GIE.
The Neo4jDB datatype is generated by the build_ctb_gene tool in the test toolshed.-->
<test type="isinstance" test_attr="datatype" result_type="datatype">Neo4jDB.Neo4jDB</test>
<test type="isinstance" test_attr="datatype" result_type="datatype">neo4j.Neo4jDB</test>
<to_param param_attr="id">dataset_id</to_param>
</data_source>
</data_sources>
Expand Down

0 comments on commit 0092874

Please sign in to comment.