bson/testdata/unified-test-format/valid-fail/entity-client-storeEventsAsEntities-conflict_with_client_id.json
2025-03-17 20:58:26 +01:00

29 lines
548 B
JSON

{
"description": "entity-client-storeEventsAsEntities-conflict_with_client_id",
"schemaVersion": "1.2",
"createEntities": [
{
"client": {
"id": "client0",
"storeEventsAsEntities": [
{
"id": "client0",
"events": [
"PoolCreatedEvent",
"PoolReadyEvent",
"PoolClearedEvent",
"PoolClosedEvent"
]
}
]
}
}
],
"tests": [
{
"description": "foo",
"operations": []
}
]
}