From e923f8d8714d27aa718f46cf80067d742d6bb1f2 Mon Sep 17 00:00:00 2001 From: Jorge Zapata Date: Thu, 26 Sep 2024 17:55:59 +0200 Subject: [PATCH] fixup! Setup the git config user identity --- tests/test_remove.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_remove.py b/tests/test_remove.py index 6e1b678..1592620 100644 --- a/tests/test_remove.py +++ b/tests/test_remove.py @@ -60,8 +60,6 @@ def test_remove(self): status = "pending" """ expected_commits = ["Second commit", "Initial commit"] - repo = git.Repo(self.tmpdir) - guw = GUW(tomli.loads(config)) guw.remove(False, True, True, self.tmpdir, "example1-feature2") repo = git.Repo(self.tmpdir)