Skip to content
Snippets Groups Projects
Commit adda21b5 authored by VIOLA Anthony's avatar VIOLA Anthony
Browse files

TP1 exercice 3 fini

parent b0c1d8ca
No related branches found
No related tags found
No related merge requests found
Pipeline #18415 passed
......@@ -25,7 +25,7 @@ public class StackTest {
stack.push(3);
assertThat(stack.peek()).isEqualTo(3);
stack.push(5);
assertThat(stack.peek()).isEqualTo(3);
assertThat(stack.peek()).isEqualTo(5);
}
@Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment