rename func name to avoid conflicts

This commit is contained in:
Agnish Ghosh 2024-06-05 18:10:24 +05:30
parent 8565bab5b4
commit 3ef4af066f
No known key found for this signature in database
GPG Key ID: 7BDDA05D1B25E9F8
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ proc runComputeCellsTest(suiteName2, suitePath2, path: string) =
if blob.isNone:
check output.kind == JNull
else:
let p = computeCells(blob.get)
let p = computeCellsKzg(blob.get)
if p.isErr:
check output.kind == JNull
else: