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:
|
if blob.isNone:
|
||||||
check output.kind == JNull
|
check output.kind == JNull
|
||||||
else:
|
else:
|
||||||
let p = computeCells(blob.get)
|
let p = computeCellsKzg(blob.get)
|
||||||
if p.isErr:
|
if p.isErr:
|
||||||
check output.kind == JNull
|
check output.kind == JNull
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue