From c2320a1dd8db8282339141bbe16ce5a2155562e0 Mon Sep 17 00:00:00 2001 From: Jost Schulte Date: Thu, 25 Jan 2024 17:08:12 -0600 Subject: [PATCH] unonly test --- ts/test/trycp/conductor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/test/trycp/conductor.ts b/ts/test/trycp/conductor.ts index 77be1363..45f217f7 100644 --- a/ts/test/trycp/conductor.ts +++ b/ts/test/trycp/conductor.ts @@ -586,7 +586,7 @@ test("TryCP Conductor - create and read an entry using the entry zome, 1 conduct await localTryCpServer.stop(); }); -test.only("TryCP Conductor - clone cell management", async (t) => { +test("TryCP Conductor - clone cell management", async (t) => { const localTryCpServer = await TryCpServer.start(); const { servicesProcess, signalingServerUrl } = await runLocalServices(); const client = await TryCpClient.create(SERVER_URL);