Fix import statement in testslots.nim: replace testbackendfactory with testproverfactory

This commit is contained in:
Dmitriy Ryajov 2025-05-28 19:05:55 -06:00 committed by Mark Spanbroek
parent 7e4f984fb6
commit 40368b764f
No known key found for this signature in database
GPG Key ID: FBE3E9548D427C00

View File

@ -3,6 +3,6 @@ import ./slots/testsampler
import ./slots/testconverters
import ./slots/testbackends
import ./slots/testprover
import ./slots/testbackendfactory
import ./slots/testproverfactory
{.warning[UnusedImport]: off.}