Skip to content

Commit f883331

Browse files
committed
Fix wasm tests
1 parent ea59453 commit f883331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def test_merge_commit(repo_init_with_commit, commit_env_config, git2cpp_path, tm
9898

9999

100100
@pytest.mark.parametrize(
101-
"flag, abort_input",
101+
"flag,abort_input",
102102
[
103103
("--abort", "y"),
104104
("--abort", "Y"),

0 commit comments

Comments
 (0)