From: Chris Duncan Date: Sat, 15 Aug 2026 22:09:05 +0000 (-0700) Subject: Fix test label. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=3b35f28d079cefdb1f2781c3024ffeae7aaf112a;p=nano25519.git Fix test label. --- diff --git a/test/node.mjs b/test/node.mjs index 9afaf3b..e5e9213 100644 --- a/test/node.mjs +++ b/test/node.mjs @@ -190,7 +190,7 @@ failures += +!test // Check verification of live cemented block from small-order public key result = verify(PROBLEM_VECTOR.signature, PROBLEM_VECTOR.blockHash, PROBLEM_VECTOR.publicKey) test = result === true -check(`verify problematic signature string ${NANO_ORG_VECTOR.signature}`, test) +check(`verify problematic signature string ${PROBLEM_VECTOR.signature}`, test) passes += +test failures += +!test