Skip to content

Commit

Permalink
Add parameter to be consistent with proposed functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
erheron committed Dec 12, 2019
1 parent 8a945b9 commit e9310e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/python/collect.py
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ def fix3():
return '3'
@pytest.mark.parametrize('fix2', ['2'])
def test_it(fix1):
def test_it(fix1, fix2):
assert fix1 == '21'
assert not fix3_instantiated
"""
Expand Down

0 comments on commit e9310e5

Please sign in to comment.