Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 931e5d0

Browse files
update junit test
1 parent adab967 commit 931e5d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/test/SortStackTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010

1111
class SortStackTest {
1212

13-
13+
/**
14+
* note
15+
*/
1416
@Test
1517
public void testStackNull() {
1618
Stack<Integer> unsortedStack = new Stack<Integer>();

0 commit comments

Comments
 (0)