Skip to content

Commit

Permalink
fixup! Setup the git config user identity
Browse files Browse the repository at this point in the history
  • Loading branch information
turran committed Sep 26, 2024
1 parent df9a2a4 commit e923f8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_remove.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e923f8d

Please sign in to comment.