rename func name to avoid conflicts
This commit is contained in:
parent
8565bab5b4
commit
3ef4af066f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue