moar logging

This commit is contained in:
Eric 2024-10-23 18:57:48 +11:00
parent f8c196843d
commit 6fcae702c5
No known key found for this signature in database

View File

@ -123,9 +123,13 @@ suite "HTTP polling subscriptions - filter not found":
echo "Started JsonRpcSubscriptions"
teardown:
echo "Closing subscriptions..."
await subscriptions.close()
echo "Closing client..."
await client.close()
echo "Stopping mock server..."
await mockServer.stop()
echo "Stopped mock server"
test "filter not found error recreates filter":
echo "1"