1
1
Fork 0

Minor: fixed message in tests

This commit is contained in:
Svetlana Isakova 2020-11-18 19:05:30 +01:00
parent f417203ecc
commit ba7eba99ac
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const val TIMEOUT = 3000L
val LINE_SEPARATOR: String = System.getProperty("line.separator")
fun unimplementedTest() {
Assert.assertTrue("Tests not implemented for the task", true)
Assert.assertTrue("Tests are not implemented for the task", true)
}
fun String.normalizeLineSeparators(): String {