Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
munna0908 committed Feb 20, 2025
1 parent f38ce74 commit ce3a7a0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tests/codex/slots/testbackendfactory.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit ce3a7a0

Please sign in to comment.