Skip to content

Commit 3bfaf77

Browse files
committed
improve(test): add another similarity test case
1 parent 3b59533 commit 3bfaf77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/ssdeep_test.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ describe("should generate correct hashes", function(){
4444
describe("should return proper similarity values", function(){
4545
const comparisons = [
4646
["3:AXGBicFlgVNhBGcL6wCrFQEv:AXGHsNhxLsr2C", "3:AXGBicFlIHBGcL6wCrFQEv:AXGH6xLsr2C", 22],
47-
["3:a+JraNvsgzsVqSwHq9:tJuOgzsko", "3:a+JraNvsg7QhyqzWwHq9:tJuOg7Q4Wo", 18]
47+
["3:a+JraNvsgzsVqSwHq9:tJuOgzsko", "3:a+JraNvsg7QhyqzWwHq9:tJuOg7Q4Wo", 18],
48+
["3:AXGBicFlF:AXGHR", "3:AXGBicFlgVNhBGcL6wCrFQEv:AXGHsNhxLsr2C", 9]
4849
];
4950

5051
describe("synchronous", function(){

0 commit comments

Comments
 (0)