2025-03-17 20:58:26 +01:00

20 lines
321 B
JSON

{
"version": 1,
"style": "unit",
"description": "must be able to create a pool",
"operations": [
{
"name": "waitForEvent",
"event": "ConnectionPoolCreated",
"count": 1
}
],
"events": [
{
"type": "ConnectionPoolCreated",
"address": 42,
"options": 42
}
]
}