Skip to content

Commit f3abe33

Browse files
author
Sylvain MARIE
committed
Removed one warning message in tests
1 parent 2de3e45 commit f3abe33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import pytest
22

33
from pytest_cases.main_fixtures import InvalidParamsList
4-
from pytest_cases import pytest_parametrize_plus, fixture_ref
4+
from pytest_cases import parametrize_plus, fixture_ref
55

66

77
@pytest.fixture
@@ -11,6 +11,6 @@ def test():
1111

1212
def test_invalid_argvalues():
1313
with pytest.raises(InvalidParamsList):
14-
@pytest_parametrize_plus('main_msg', fixture_ref(test))
14+
@parametrize_plus('main_msg', fixture_ref(test))
1515
def test_prints(main_msg):
1616
print(main_msg)

0 commit comments

Comments
 (0)