Skip to content

Commit 2f191de

Browse files
committed
Update TripleInOneTest.kt
1 parent dbc28f3 commit 2f191de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/three_in_one_lcci/TripleInOneTest.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ internal class TripleInOneTest {
1010
val tio = TripleInOne(1)
1111
tio.push(0, 1)
1212
tio.push(0, 2)
13+
assertEquals(1, tio.peek(0))
1314
assertEquals(1, tio.pop(0))
1415
assertEquals(-1, tio.pop(0))
1516
assertEquals(-1, tio.pop(0))

0 commit comments

Comments
 (0)