Skip to content

Commit

Permalink
test(core): metadata test (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
mttrbrts authored Sep 12, 2022
1 parent c626bf9 commit b6f6598
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 94 deletions.
118 changes: 25 additions & 93 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cicero-core/test/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ describe('Metadata', () => {
accordproject: {template: 'contract',ergo:'0.20.0-alpha.2',cicero:caretRange(ciceroVersion)}
}, null, {});
md.ciceroVersion = caretRange(ciceroVersion);
md.satisfiesCiceroVersion(`${trimPreRelease(ciceroVersion)}-20190114233635`).should.be.equal(false);
md.satisfiesCiceroVersion(`${trimPreRelease(ciceroVersion)}-20190114233635`).should.be.equal(true);
});
});

Expand Down

0 comments on commit b6f6598

Please sign in to comment.