Skip to content

Commit 901fdf5

Browse files
miguelHxlhchavez
andauthored
Update Python/chapter02/2.4 - Partition/miguel_2.4_soln.py
Co-Authored-By: lhchavez <[email protected]>
1 parent 5b48066 commit 901fdf5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Python/chapter02/2.4 - Partition/miguel_2.4_soln.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,12 @@ def setUp(self):
223223
LinkedList(1, 2, 3, 4, 5, 6, 7, 8, 9),
224224
5,
225225
True
226-
)
226+
),
227+
(
228+
LinkedList(5, 1),
229+
5,
230+
False
231+
),
227232
]
228233

229234
def test_check_partitioned(self):

0 commit comments

Comments
 (0)