Skip to content

Commit feb5704

Browse files
committed
add two lists with same values
1 parent 8fbb779 commit feb5704

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Python/chapter02/2.7 - Intersection/miguel_soln_2.7.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@ def setUp(self):
225225
(
226226
LinkedList(),
227227
LinkedList(1, 2, 3, 4)
228+
),
229+
(
230+
LinkedList(1, 2, 3, 4),
231+
LinkedList(1, 2, 3, 4)
228232
)
229233
]
230234

0 commit comments

Comments
 (0)