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 Eric
parent e73ef8b0c3
commit 5a63a6f130
No known key found for this signature in database

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.}