Skip to content

Commit

Permalink
Updated Open Tree version from 14.7 to 14.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav committed Feb 28, 2024
1 parent 6adbc90 commit d2d1fcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/scripts/resolve.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ describe('bin/resolve.js', function () {
]);

expect(resultObj.Alligatoridae[0].resolved).to.include({
'@id': 'https://tree.opentreeoflife.org/opentree/argus/opentree14.7@ott195670',
'@id': 'https://tree.opentreeoflife.org/opentree/argus/opentree14.9@ott195670',
label: 'Alligatoridae',
});
expect(resultObj.Alligatorinae[0].resolved).to.include({
'@id': 'https://tree.opentreeoflife.org/opentree/argus/opentree14.7@ott151255',
'@id': 'https://tree.opentreeoflife.org/opentree/argus/opentree14.9@ott151255',
label: 'Alligatorinae',
});
expect(resultObj.Crocodylidae[0].resolved).to.include({
'@id': 'https://tree.opentreeoflife.org/opentree/argus/opentree14.7@ott1092501',
'@id': 'https://tree.opentreeoflife.org/opentree/argus/opentree14.9@ott1092501',
label: 'Longirostres',
});
expect(resultObj.Diplocynodontinae[0]).to.include({
Expand Down

0 comments on commit d2d1fcb

Please sign in to comment.