Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Jan 10, 2025
1 parent 1991970 commit acbc37b
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 @@ -123,7 +123,7 @@ describe("concurrent", () => {
);
// REMEMBER: NEVER USE toBeCloseTo -- the api is bonkers and only
// applicable for fractional numbers
const delta = 20 * MiB; // GHA runners may differ by more than 20GB!
const delta = 20 * MiB; // GHA runners may differ by more than 15Mb!
expect(ea.available).toBeWithinDelta(
expected.available as number,
delta,
Expand Down

0 comments on commit acbc37b

Please sign in to comment.