Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott committed Nov 1, 2021
1 parent 5e0b74a commit c1c0f10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/bin/agent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ describe('CLI agent', () => {
logger,
cores: 1,
workerManager: null,
fresh: true,
});
await activeNode.start({});
});
Expand Down Expand Up @@ -277,6 +278,7 @@ describe('CLI agent', () => {
logger: logger,
cores: 1,
workerManager: null,
fresh: true,
});
await activeAgent.start({});
}, global.polykeyStartupTimeout);
Expand Down

0 comments on commit c1c0f10

Please sign in to comment.