Skip to content

Commit

Permalink
get test dcc working
Browse files Browse the repository at this point in the history
  • Loading branch information
lakikowolfe committed Jun 7, 2024
1 parent 4e99566 commit cff076d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/datatype_not_found_dca_config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dcc": {
"name": "TESTTT",
"name": "Data Type Not Found Test",
"synapse_asset_view": "syn60530598",
"data_model_url": "https://raw.githubusercontent.com/Sage-Bionetworks/data-models/main/example.model.jsonld",
"data_model_info": "",
Expand Down
8 changes: 4 additions & 4 deletions test/datatype_not_found_dca_template_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
},
{
"display_name": "Bulk RNA-seq Assay",
"schema_name": "BULKRNASEQASSAY",
"schema_name": "BulkRNA-seqAssay",
"type": "file"
},
{
"display_name": "MockComponent",
"schema_name": "Mockcomponent",
"schema_name": "MockComponent",
"type": "record",
"project_scope": [
"syn53210550",
Expand All @@ -21,12 +21,12 @@
},
{
"display_name": "Other Assay",
"schema_name": "OtherrAssay",
"schema_name": "OtherAssay",
"type": "file"
},
{
"display_name": "Patient",
"schema_name": "Patients",
"schema_name": "Patient",
"type": "record"
}
],
Expand Down

0 comments on commit cff076d

Please sign in to comment.