Skip to content
Snippets Groups Projects
Commit d51a7b71 authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

Added testEmptyStack()

parent bd77c8be
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,6 @@ public class MyStackTest {
@Test
public void testEmptyStack() {
fail("need to ");
assertEquals(0, stack.size());
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment