Skip to content

Commit

Permalink
chore(test) Unskip one test
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Simeon <jeromesimeon@me.com>
  • Loading branch information
jeromesimeon committed May 27, 2021
1 parent f123ba3 commit 373983c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cicero-core/test/template.js
Expand Up @@ -425,7 +425,7 @@ and monthly payments of {{%"£667.00"%}}`;
}
});

it.skip('should create a template from an archive at a given github URL', async () => {
it('should create a template from an archive at a given github URL', async () => {
const url = 'github://accordproject/cicero-template-library/master/build/archives/ip-payment@0.14.0.cta';
return Template.fromUrl(url, {'encoding':null,'headers':{'Accept': '*/*','Accept-Encoding': 'deflate, gzip'}}).should.be.fulfilled;
});
Expand Down

0 comments on commit 373983c

Please sign in to comment.