add discovery tests

This commit is contained in:
Dmitriy Ryajov 2022-04-19 19:21:55 -06:00
parent 4f5f142a37
commit 6b0e5f95e7
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 1 additions and 0 deletions

View File

@ -4,5 +4,6 @@ import ./blockexc/protobuf/testpayments as testprotobufpayments
import ./blockexc/protobuf/testpresence import ./blockexc/protobuf/testpresence
import ./blockexc/engine/testpayments as testenginepayments import ./blockexc/engine/testpayments as testenginepayments
import ./blockexc/testblockexc import ./blockexc/testblockexc
import ./blockexc/discovery/testdiscovery
{.warning[UnusedImport]: off.} {.warning[UnusedImport]: off.}