Skip to content

Commit 85e73c2

Browse files
committed
fmt
1 parent 4bdb428 commit 85e73c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

github-upload-public-key/main.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ describe("github-upload-public-key", async () => {
3131
"-c",
3232
instance.script,
3333
]);
34-
expect(exec.stdout).toContain("Your Coder public key has been added to GitHub!");
34+
expect(exec.stdout).toContain(
35+
"Your Coder public key has been added to GitHub!",
36+
);
3537
expect(exec.exitCode).toBe(0);
3638
// we need to increase timeout to pull the container
3739
}, 15000);

0 commit comments

Comments
 (0)