Skip to content

Commit 9397b3f

Browse files
committed
Merge branch 'master' of https://github.com/bhoffman0/CSAwesome
2 parents 305c9cf + 4e93037 commit 9397b3f

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)