Fix String capitalize/decapitalize sample references and sample names
This commit is contained in:
committed by
Ilya Gorbunov
parent
ab919886ae
commit
962958c403
@@ -13,7 +13,7 @@ class Strings {
|
||||
}
|
||||
|
||||
@Sample
|
||||
fun decaptialize() {
|
||||
fun decapitalize() {
|
||||
assertPrints("abcd".decapitalize(), "abcd")
|
||||
assertPrints("Abcd".decapitalize(), "abcd")
|
||||
}
|
||||
@@ -51,4 +51,4 @@ class Strings {
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user