mirror of
https://github.com/arnaucube/circomlib.git
synced 2026-02-06 18:56:43 +01:00
Negative numbers and fix in comparator
This commit is contained in:
@@ -104,8 +104,6 @@ describe("SMT Processor test", function () {
|
||||
await testInsert(tree, key, value, circuit);
|
||||
});
|
||||
|
||||
|
||||
|
||||
it("Should remove an element", async () => {
|
||||
await testDelete(tree, 111, circuit);
|
||||
await testDelete(tree, 333, circuit);
|
||||
@@ -207,5 +205,4 @@ describe("SMT Processor test", function () {
|
||||
await testUpdate(tree1, 9, 999, circuit);
|
||||
await testUpdate(tree1, 32, 323232, circuit);
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user