remove stray istanbul ignore

Signed-off-by: Brian DeHamer <bdehamer@github.com>
This commit is contained in:
Brian DeHamer
2026-02-17 07:55:08 -08:00
parent 628abdee2b
commit 4578f5b3b1
+1 -1
View File
@@ -38,8 +38,8 @@ export const predicateFromInputs = async (
throw new Error(`predicate file not found: ${predicatePath}`)
}
/* istanbul ignore next */
const stat = await fs.stat(predicatePath)
/* istanbul ignore next */
if (stat.size > MAX_PREDICATE_SIZE_BYTES) {
throw new Error(