Skip to content

Commit 0a365e4

Browse files
committed
test(nodes): satisfy cleanup claim lint
1 parent 67b6f63 commit 0a365e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/infra/node-pairing.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ describe("node pairing tokens", () => {
412412
platform: "darwin",
413413
commands: ["system.run", "canvas.snapshot"],
414414
},
415-
snapshot.cleanupClaim!,
415+
snapshot.cleanupClaim,
416416
baseDir,
417417
),
418418
).resolves.toMatchObject({
@@ -484,7 +484,7 @@ describe("node pairing tokens", () => {
484484
platform: "darwin",
485485
commands: ["system.run", "canvas.snapshot"],
486486
},
487-
matchingReconnect.cleanupClaim!,
487+
matchingReconnect.cleanupClaim,
488488
baseDir,
489489
);
490490

0 commit comments

Comments
 (0)