Skip to content

Commit

Permalink
remove extra }
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie committed Aug 19, 2024
1 parent 55a86bd commit e90eeeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/api/openSaucedApi.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ describe("openSaucedUserEndpoint", () => {
const response = await fetch(`${OPEN_SAUCED_USERS_ENDPOINT}/foolala`);
expect(response.status).toBe(400);
})
})
})

describe("openSaucedRepoEndpoint", () => {
Expand Down

0 comments on commit e90eeeb

Please sign in to comment.