mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-04-18 18:53:15 +00:00
Fix typo in testproverfactory.nim: correct getZKeyFile to getZkeyFile
This commit is contained in:
parent
5a63a6f130
commit
5306f5a5a5
BIN
tests/circuits/fixtures/proof_main.bin
Normal file
BIN
tests/circuits/fixtures/proof_main.bin
Normal file
Binary file not shown.
@ -74,7 +74,7 @@ suite "Test BackendFactory":
|
|||||||
check:
|
check:
|
||||||
getR1csFile(config).tryGet == config.circuitDir / "proof_main.r1cs"
|
getR1csFile(config).tryGet == config.circuitDir / "proof_main.r1cs"
|
||||||
getWasmFile(config).tryGet == config.circuitDir / "proof_main.wasm"
|
getWasmFile(config).tryGet == config.circuitDir / "proof_main.wasm"
|
||||||
getZKeyFile(config).tryGet == config.circuitDir / "proof_main.zkey"
|
getZkeyFile(config).tryGet == config.circuitDir / "proof_main.zkey"
|
||||||
|
|
||||||
test "Should initialize nim groth16 from local directory":
|
test "Should initialize nim groth16 from local directory":
|
||||||
let config = CodexConf(
|
let config = CodexConf(
|
||||||
@ -92,7 +92,7 @@ suite "Test BackendFactory":
|
|||||||
check:
|
check:
|
||||||
getGraphFile(config).tryGet == config.circuitDir / "proof_main.bin"
|
getGraphFile(config).tryGet == config.circuitDir / "proof_main.bin"
|
||||||
getR1csFile(config).tryGet == config.circuitDir / "proof_main.r1cs"
|
getR1csFile(config).tryGet == config.circuitDir / "proof_main.r1cs"
|
||||||
getZKeyFile(config).tryGet == config.circuitDir / "proof_main.zkey"
|
getZkeyFile(config).tryGet == config.circuitDir / "proof_main.zkey"
|
||||||
|
|
||||||
test "Should suggest usage of downloader tool when files not available":
|
test "Should suggest usage of downloader tool when files not available":
|
||||||
let
|
let
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user