|
|
@@ -139,7 +139,7 @@ public class FoodChainTest {
|
|
139
|
139
|
"She swallowed the spider to catch the fly.\n" +
|
|
140
|
140
|
"I don't know why she swallowed the fly. Perhaps she'll die.";
|
|
141
|
141
|
|
|
142
|
|
- assertEquals(expected, foodChain.verse(startVerse, endVerse));
|
|
|
142
|
+ assertEquals(expected, foodChain.verses(startVerse, endVerse));
|
|
143
|
143
|
}
|
|
144
|
144
|
|
|
145
|
145
|
|
|
|
@@ -199,6 +199,6 @@ public class FoodChainTest {
|
|
199
|
199
|
"I know an old lady who swallowed a horse.\n" +
|
|
200
|
200
|
"She's dead, of course!";
|
|
201
|
201
|
|
|
202
|
|
- assertEquals(expected, foodChain.verse(startVerse, endVerse));
|
|
|
202
|
+ assertEquals(expected, foodChain.verses(startVerse, endVerse));
|
|
203
|
203
|
}
|
|
204
|
|
-}
|
|
|
204
|
+}
|