mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-05 15:03:07 +00:00
fix tests
This commit is contained in:
parent
2e08de32b5
commit
842901cce2
@ -4,6 +4,7 @@ import ../../asynctest
|
||||
import pkg/chronos
|
||||
import pkg/confutils/defs
|
||||
import pkg/codex/conf
|
||||
import pkg/taskpools
|
||||
import pkg/codex/slots/proofs/backends
|
||||
import pkg/codex/slots/proofs/backendfactory
|
||||
import pkg/codex/slots/proofs/backendutils
|
||||
@ -18,7 +19,11 @@ type BackendUtilsMock = ref object of BackendUtils
|
||||
argZKeyFile: string
|
||||
|
||||
method initializeCircomBackend*(
|
||||
self: BackendUtilsMock, r1csFile: string, wasmFile: string, zKeyFile: string
|
||||
self: BackendUtilsMock,
|
||||
r1csFile: string,
|
||||
wasmFile: string,
|
||||
zKeyFile: string,
|
||||
taskpool: Taskpool,
|
||||
): AnyBackend =
|
||||
self.argR1csFile = r1csFile
|
||||
self.argWasmFile = wasmFile
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user