Skip to content

Commit f0c1112

Browse files
gomri15bluetech
andauthored
Update testing/test_collection.py
Co-authored-by: Ran Benita <[email protected]>
1 parent 4782ea6 commit f0c1112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_collection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2705,7 +2705,7 @@ def test_1(): pass
27052705
)
27062706

27072707

2708-
class TestRequireUniqueParamsetIds:
2708+
class TestRequireUniqueParametrizationtIds:
27092709
CASES = [
27102710
("[(1, 1), (1, 1)]", {"1-1": [0, 1]}),
27112711
("[(1, 1), (1, 2), (1, 1)]", {"1-1": [0, 2]}),

0 commit comments

Comments
 (0)