From 5fef1e97361000bcc51681b4c153240114497c1c Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 27 Sep 2023 12:29:20 +0300 Subject: [PATCH] all tests pass --- git-config/main.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/git-config/main.test.ts b/git-config/main.test.ts index 1c2e703..2a1feca 100644 --- a/git-config/main.test.ts +++ b/git-config/main.test.ts @@ -11,8 +11,6 @@ describe("git-config", async () => { testRequiredVariables(import.meta.dir, { agent_id: "foo", - default_user_email: 's@example.tld', - default_username: 'example username', }); it("fails without git", async () => {