Skip to content

Commit

Permalink
Reverting the latest commit to avoid state pollution
Browse files Browse the repository at this point in the history
  • Loading branch information
sturmianseq authored and oskar456 committed Aug 16, 2021
1 parent 498d4a8 commit 2f7776c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_dzonegit.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def test_get_head(git_dir):
subprocess.call(["git", "add", "dummy"])
subprocess.call(["git", "commit", "-m", "dummy"])
assert dzonegit.get_head() != "4b825dc642cb6eb9a060e54bf8d69288fbee4904"
subprocess.call(["git", "update-ref", "-d", "HEAD"])


def test_check_whitespace_errors(git_dir):
Expand Down

0 comments on commit 2f7776c

Please sign in to comment.