Skip to content

Commit

Permalink
Remove unnecessary expect
Browse files Browse the repository at this point in the history
  • Loading branch information
tomi committed Oct 18, 2024
1 parent 3faaf41 commit 5f115cc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ describe('TaskRunnerProcess', () => {
await retryUntil(() => expect(getNumConnectedRunners()).toBe(1));
expect(getNumConnectedRunners()).toBe(1);
expect(getNumRegisteredRunners()).toBe(1);
expect(runnerProcess.pid).toBeDefined();
expect(runnerProcess.pid).not.toBe(processId);
});

Expand Down

0 comments on commit 5f115cc

Please sign in to comment.