final addition for comments
This commit is contained in:
parent
6e5c56ce4b
commit
04b028a46e
|
@ -12,7 +12,7 @@ result_index = [
|
|||
(1, 1, 2)
|
||||
]
|
||||
|
||||
@pytest.mark.parametrize("a", "b, expected_result", result_index)
|
||||
@pytest.mark.parametrize("a, b,expected_result", result_index)
|
||||
|
||||
|
||||
def test_add(a, b, expected_result):
|
||||
|
|
Loading…
Reference in New Issue