Skip to content

Commit

Permalink
Merge pull request ABI-Software#222 from akhuoa/bugfix/component-test
Browse files Browse the repository at this point in the history
Replace Rat (NPO) with Human male for testing
  • Loading branch information
alan-wu authored Jan 5, 2025
2 parents b442289 + aa108f3 commit 76f0fb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions cypress/component/MultiFlatmapVuer.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ describe('MultiFlatmapVuer', () => {
taxon: 'NCBITaxon:9606'
},
{
name: 'Rat (NPO)',
taxon: 'NCBITaxon:10116'
name: "Human Male",
taxon: "NCBITaxon:9606"
},
{
name: 'Functional Connectivity',
Expand Down
10 changes: 5 additions & 5 deletions cypress/fixtures/MultiFlatmapProps.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"iconClass": "mapicon-icon_human",
"displayWarning": true
},
"Rat (NPO)": {
"taxo": "NCBITaxon:10116",
"iconClass": "mapicon-icon_rat",
"displayWarning": true,
"displayLatestChanges": true
"Human Male": {
"taxo": "NCBITaxon:9606",
"biologicalSex": "PATO:0000384",
"iconClass": "mapicon-icon_human",
"displayWarning": true
},
"Functional Connectivity": {
"taxo": "FunctionalConnectivity",
Expand Down

0 comments on commit 76f0fb1

Please sign in to comment.