Skip to content

Commit

Permalink
All tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Jul 16, 2024
1 parent a38901b commit 1a500fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/test/trycp/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ test("TryCP Server - App API - get app info", async (t) => {
await localTryCpServer.stop();
});

test.only("TryCP Client - download logs", async (t) => {
test("TryCP Client - download logs", async (t) => {
const localTryCpServer = await TryCpServer.start();
const tryCpClient = await createTryCpClient();
const conductor = await createTryCpConductor(tryCpClient);
Expand Down

0 comments on commit 1a500fc

Please sign in to comment.