Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
James Bensley committed Nov 19, 2024
1 parent e98591b commit 61a550b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnas/tests/test_git.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def test_clear(self: "test_git") -> None:
def test_clone(self: "test_git") -> None:
"""
Git clone should fail if there is an existing directory, that contains a
different repo. Create the base direcory with an empty .git sub-dir
different repo. Create the base directory with an empty .git sub-dir
(which is invalid for git)
"""
try:
Expand Down

0 comments on commit 61a550b

Please sign in to comment.