Skip to content

Commit

Permalink
test actualized
Browse files Browse the repository at this point in the history
  • Loading branch information
guredd committed Apr 5, 2017
1 parent 62b8e86 commit 4c8eb18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/swot/SwotTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ class SwotTest : TestCase() {
}

fun testSchoolNames() {
assertEquals("University of Strathclyde", findSchoolNames("[email protected]").single())
assertTrue(findSchoolNames("[email protected]").contains("University of Strathclyde"))
assertTrue(findSchoolNames("[email protected]").contains("uka tarsadia university,bardoli"))
assertEquals("BRG Fadingerstraße Linz, Austria", findSchoolNames("[email protected]").single())
assertEquals("St. Petersburg State University", findSchoolNames("[email protected] ").single())
assertEquals(0, findSchoolNames("[email protected]").size)
Expand Down

0 comments on commit 4c8eb18

Please sign in to comment.