diff --git a/test/similarity/similarity.test.js b/test/similarity/similarity.test.js index 84e103f..a345a60 100644 --- a/test/similarity/similarity.test.js +++ b/test/similarity/similarity.test.js @@ -34,6 +34,7 @@ describe('similarityCheck', () => { check.setCacheEntry( 'where |X| and |Y| are the cardinalities of the two sets (i.e. the number of elements in each set). The Sørensen index equals twice the number of elements common to both sets divided by the sum of the number of elements in each set.', ); + expect(check.hasSimilarEntries('unrelated text')).to.be.false; }); }); });