Skip to content

Commit

Permalink
Fix template library test (#254)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Roberts <[email protected]>
  • Loading branch information
mttrbrts authored Dec 6, 2018
1 parent fbc46d0 commit 8fda783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cicero-core/test/templatelibrary.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('TemplateLibrary', () => {
templateIndex.should.not.have.property('[email protected]');
templateIndex.should.not.have.property('[email protected]');
templateIndex.should.not.have.property('[email protected]');
templateIndex.should.have.property('[email protected].1');
templateIndex.should.have.property('[email protected].2');
});
});

Expand Down

0 comments on commit 8fda783

Please sign in to comment.