Skip to content

Commit e570d5c

Browse files
committed
Get back to passing state with renamed variables
1 parent befd01b commit e570d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_bashcompletion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def test_invalid_ifs(parser1, mock):
136136

137137

138138
# noinspection PyShadowingNames
139-
@pytest.mark.skipif(skip_no_argcomplete or skip_windows or skip_mac, reason=skip_reason)
139+
@pytest.mark.skipif(skip or skip_mac, reason=skip_reason)
140140
@pytest.mark.parametrize('comp_line, exp_out, exp_err', [
141141
('media ', 'movies\013shows', ''),
142142
('media mo', 'movies', ''),

0 commit comments

Comments
 (0)