Skip to content

Commit 4e93037

Browse files
committed
Remove bad unit test
1 parent 49d596e commit 4e93037

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

_sources/Unit7-ArrayList/topic-input-files.rst

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -689,16 +689,6 @@ After you have chosen an input file, use the Pokemon exercise in the section abo
689689
assertTrue(passed);
690690
}
691691

692-
@Test
693-
public void testConstructor3()
694-
{
695-
String output = checkConstructor(3);
696-
String expect = "pass";
697-
698-
boolean passed = getResults(expect, output, "Checking constructor with 3 parameters");
699-
assertTrue(passed);
700-
}
701-
702692
@Test
703693
public void testMain() throws IOException
704694
{

0 commit comments

Comments
 (0)