Skip to content

Commit 0f36749

Browse files
committed
change the param back to 1
1 parent 1606ae2 commit 0f36749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_clang_tidy.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@pytest.mark.parametrize(
88
('args', 'expected_retval'), (
99
(['--checks="boost-*"'], 1),
10-
(['--checks="boost-*"', '--version=16'], 0),
10+
(['--checks="boost-*"', '--version=16'], 1),
1111
),
1212
)
1313
def test_run_clang_tidy_valid(args, expected_retval, tmp_path):

0 commit comments

Comments
 (0)