mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-06-05 18:19:33 +00:00
Fix import statement in testslots.nim: replace testbackendfactory with testproverfactory
This commit is contained in:
parent
e73ef8b0c3
commit
5a63a6f130
@ -3,6 +3,6 @@ import ./slots/testsampler
|
|||||||
import ./slots/testconverters
|
import ./slots/testconverters
|
||||||
import ./slots/testbackends
|
import ./slots/testbackends
|
||||||
import ./slots/testprover
|
import ./slots/testprover
|
||||||
import ./slots/testbackendfactory
|
import ./slots/testproverfactory
|
||||||
|
|
||||||
{.warning[UnusedImport]: off.}
|
{.warning[UnusedImport]: off.}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user