summaryrefslogtreecommitdiffstats
path: root/tests/test_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_utils.py')
-rw-r--r--tests/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py
index 65096e9..7433532 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -176,4 +176,4 @@ def test_is_git(tmpdir):
with tmpdir.as_cwd():
subprocess.run('git init --bare .'.split())
assert utils.is_git(Path.cwd()) is False
- assert utils.is_git(Path.cwd(), is_bare=True) is True
+ assert utils.is_git(Path.cwd(), include_bare=True) is True