From 3ef4af066f10b2db18a4e014c6a467b8c6c62f50 Mon Sep 17 00:00:00 2001 From: Agnish Ghosh Date: Wed, 5 Jun 2024 18:10:24 +0530 Subject: [PATCH] rename func name to avoid conflicts --- tests/consensus_spec/test_fixture_kzg.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/consensus_spec/test_fixture_kzg.nim b/tests/consensus_spec/test_fixture_kzg.nim index 6f0c44432..0e24cfecd 100644 --- a/tests/consensus_spec/test_fixture_kzg.nim +++ b/tests/consensus_spec/test_fixture_kzg.nim @@ -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: