From 8fda783b8818159ab46bf165a0026c4d37d093ba Mon Sep 17 00:00:00 2001 From: Matt Roberts Date: Thu, 6 Dec 2018 10:11:17 +0000 Subject: [PATCH] Fix template library test (#254) Signed-off-by: Matt Roberts --- packages/cicero-core/test/templatelibrary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cicero-core/test/templatelibrary.js b/packages/cicero-core/test/templatelibrary.js index 65c43498..daafaf77 100644 --- a/packages/cicero-core/test/templatelibrary.js +++ b/packages/cicero-core/test/templatelibrary.js @@ -68,7 +68,7 @@ describe('TemplateLibrary', () => { templateIndex.should.not.have.property('helloworld@0.4.0'); templateIndex.should.not.have.property('helloworld@0.5.0'); templateIndex.should.not.have.property('helloworld@0.6.0'); - templateIndex.should.have.property('helloworld@0.7.1'); + templateIndex.should.have.property('helloworld@0.7.2'); }); });