Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit c2430a6

Browse files
committed
Fixup! tests
1 parent 59866de commit c2430a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/data.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3844,7 +3844,7 @@
38443844
["5", "3, 5, 4"],
38453845
["10", "7, 8, 6"],
38463846
["15", "11, 10, 12"],
3847-
["20", "15, 13, 14"]
3847+
["20", "15, 13, 14"],
38483848
]
38493849

38503850
data_multi_params2 = [
@@ -3853,5 +3853,5 @@
38533853
["2", "29, 31, 30"],
38543854
["3", "59, 58, 61"],
38553855
["4", "102, 100, 98"],
3856-
["5", "122, 125, 127"]
3856+
["5", "122, 125, 127"],
38573857
]

0 commit comments

Comments
 (0)