mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-08 08:23:07 +00:00
Fix typo in testproverfactory.nim: correct getZKeyFile to getZkeyFile
This commit is contained in:
parent
06f45ba873
commit
4035900797
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:
|
||||
getR1csFile(config).tryGet == config.circuitDir / "proof_main.r1cs"
|
||||
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":
|
||||
let config = CodexConf(
|
||||
@ -92,7 +92,7 @@ suite "Test BackendFactory":
|
||||
check:
|
||||
getGraphFile(config).tryGet == config.circuitDir / "proof_main.bin"
|
||||
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":
|
||||
let
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user