Skip to content

Commit fb81746

Browse files
committed
small fix
1 parent b018325 commit fb81746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_commit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
working_dir = 'test/data/xtl'
88

99
@pytest.mark.parametrize("all_flag", ["", "-A", "--all", "--no-ignore-removal"])
10-
def test_commit(xtl_clone, git_config, git2cpp_path, all_flag):
10+
def test_commit(xtl_clone, git_config, git2cpp_path, monkeypatch, all_flag):
1111
with open("./test/data/xtl/mook_file.txt", "x"):
1212
pass
1313

0 commit comments

Comments
 (0)