Commit 09060711 authored by Adam Blank's avatar Adam Blank
Browse files

Update WikipediaPageTests.java

parent 092e5d97
No related merge requests found
Pipeline #3029 failed with stage
in 0 seconds
Showing with 2 additions and 2 deletions
+2 -2
...@@ -113,7 +113,7 @@ public class WikipediaPageTests { ...@@ -113,7 +113,7 @@ public class WikipediaPageTests {
"Pizza_farm, is not", "Pizza_farm, is not",
"Sombrero_Galaxy, is", "Sombrero_Galaxy, is",
"Sunflower_Galaxy, is", "Sunflower_Galaxy, is",
"Messier_63, is" "Messier_63, is",
"bananaramarama, is not" "bananaramarama, is not"
}) })
public void testIsGalaxy(String title, String result) { public void testIsGalaxy(String title, String result) {
...@@ -151,7 +151,7 @@ public class WikipediaPageTests { ...@@ -151,7 +151,7 @@ public class WikipediaPageTests {
"Ursa Major iI, Ursa Major II", "Ursa Major iI, Ursa Major II",
"Ursa Major ii, Ursa Major II", "Ursa Major ii, Ursa Major II",
"Ursa Major Ii, Ursa Major II", "Ursa Major Ii, Ursa Major II",
"Leo II (dwarf galaxy), Leo II (dwarf galaxy)" "Leo II (dwarf galaxy), Leo II (dwarf galaxy)",
"Leo II (HeLlo GALAXY), Leo II (hello galaxy)" "Leo II (HeLlo GALAXY), Leo II (hello galaxy)"
}) })
public void testGetTitle2(String title, String correct) { public void testGetTitle2(String title, String correct) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment