Skip to content

Commit

Permalink
fixup test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Aug 26, 2024
1 parent 9714541 commit 506a31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ describe('cgroup opts', () => {
onExit: (err, exitCode) => {
expect(err).toBeNull();
expect(exitCode).toBe(0);
expect(buffer.trim()).toBe(pty.pid.toString());
expect(buffer).toContain('/test.slice');
expect(getOpenFds()).toStrictEqual(oldFds);
done();
},
Expand Down

0 comments on commit 506a31e

Please sign in to comment.