From bc0fb60f89090f8c9a2424348854b08ce7b19eb3 Mon Sep 17 00:00:00 2001 From: Jordi Baylina Date: Tue, 17 Dec 2019 17:12:29 +0100 Subject: [PATCH] SMT test title better explained --- test/smtprocessor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smtprocessor.js b/test/smtprocessor.js index 10b9beb..8b418e5 100644 --- a/test/smtprocessor.js +++ b/test/smtprocessor.js @@ -77,7 +77,7 @@ async function testUpdate(tree, key, newValue, circuit) { } -describe("SMT test", function () { +describe("SMT Processor test", function () { let circuit; let tree;