Skip to content

Commit

Permalink
use system drive instead of the first mount point (which may be unhea…
Browse files Browse the repository at this point in the history
…lthy)
  • Loading branch information
mceachen committed Dec 16, 2024
1 parent ed947d1 commit 7619401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/volume_metadata.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe("concurrent", () => {

it("should handle concurrent getVolumeMetadata() calls", async () => {
const mountPoints = await getVolumeMountPoints();
const expectedMountPoint = mountPoints[0]!.mountPoint;
const expectedMountPoint = systemDrive();
const expected = await getVolumeMetadata(expectedMountPoint);

const validMountPoints = mountPoints
Expand Down

0 comments on commit 7619401

Please sign in to comment.