From 85e73c2071f815cfb921f7c47450071b43124ef6 Mon Sep 17 00:00:00 2001 From: Garrett Delfosse Date: Thu, 2 May 2024 12:55:52 -0400 Subject: [PATCH] fmt --- github-upload-public-key/main.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/github-upload-public-key/main.test.ts b/github-upload-public-key/main.test.ts index d7ce193..fb1b977 100644 --- a/github-upload-public-key/main.test.ts +++ b/github-upload-public-key/main.test.ts @@ -31,7 +31,9 @@ describe("github-upload-public-key", async () => { "-c", instance.script, ]); - expect(exec.stdout).toContain("Your Coder public key has been added to GitHub!"); + expect(exec.stdout).toContain( + "Your Coder public key has been added to GitHub!", + ); expect(exec.exitCode).toBe(0); // we need to increase timeout to pull the container }, 15000);