logos-delivery/tests/api/test_all.nim
Fabiana Cecin 151e7e5a7d
fix: recv_service delivers store-recovered messages
* recv_service fixed to deliver incoming store messages
* add regression test_api_receive
* fixed wrong/verbose log message
2026-04-08 17:23:04 -03:00

10 lines
147 B
Nim

{.used.}
import
./test_entry_nodes,
./test_node_conf,
./test_api_send,
./test_api_subscription,
./test_api_receive,
./test_api_health