Skip to content

Commit

Permalink
local test should be fix
Browse files Browse the repository at this point in the history
  • Loading branch information
v9n committed Jan 23, 2025
1 parent 1930c11 commit 5d4094f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/getWorkflows.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ describe("getWorkflows Tests", () => {
const totalCount = 4;
const countFirstPage = 1;

const wallet = await client.getWallet({ salt: Math.round(Math.random() * 123425554424242) });
// Isolated test of this account
const wallet = await client.getWallet({ salt: 95034 });
await cleanupWorkflows(client, wallet.address);

// Create 4 workflows
Expand Down

0 comments on commit 5d4094f

Please sign in to comment.