Skip to content

Commit c52080c

Browse files
committed
format fix
1 parent 8a5ef6b commit c52080c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/apphosting/universalMakerDownload.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ describe("universalMakerDownload", () => {
3636
sinon.restore();
3737
Object.defineProperty(process, "platform", { value: originalPlatform, configurable: true });
3838
Object.defineProperty(process, "arch", { value: originalArch, configurable: true });
39-
4039
});
4140

4241
it("should return cached binary if valid", async () => {
@@ -57,7 +56,7 @@ describe("universalMakerDownload", () => {
5756
// Fail on first call (cache check), succeed on second (downloaded file)
5857
validateSizeStub.onFirstCall().rejects(new Error("Invalid size"));
5958
validateSizeStub.onSecondCall().resolves();
60-
59+
6160
downloadToTmpStub.resolves("/tmp/downloaded_file");
6261
validateChecksumStub.resolves(); // For the new file
6362

0 commit comments

Comments
 (0)