From e90eeeb101ddc312bf5cb40d99007345cb3918b7 Mon Sep 17 00:00:00 2001 From: Brian 'bdougie' Douglas Date: Mon, 19 Aug 2024 09:55:21 -0700 Subject: [PATCH] remove extra } --- test/api/openSaucedApi.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/api/openSaucedApi.test.ts b/test/api/openSaucedApi.test.ts index 03df2fd..8b902e3 100644 --- a/test/api/openSaucedApi.test.ts +++ b/test/api/openSaucedApi.test.ts @@ -18,7 +18,6 @@ describe("openSaucedUserEndpoint", () => { const response = await fetch(`${OPEN_SAUCED_USERS_ENDPOINT}/foolala`); expect(response.status).toBe(400); }) - }) }) describe("openSaucedRepoEndpoint", () => {