Fix test
This commit is contained in:
parent
1866c94de9
commit
789c6ff060
2
test.js
2
test.js
|
@ -73,7 +73,7 @@ describe("Crypto", function() {
|
||||||
bytes[value] = 0;
|
bytes[value] = 0;
|
||||||
}
|
}
|
||||||
bytes[value]++;
|
bytes[value]++;
|
||||||
expect(bytes[value]).to.be.below(5);
|
expect(bytes[value]).to.be.below(7);
|
||||||
}
|
}
|
||||||
// Ideal sum = (255 / 2) * size = 12750
|
// Ideal sum = (255 / 2) * size = 12750
|
||||||
expect(sum).to.be.above(10000);
|
expect(sum).to.be.above(10000);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user