mirror of
https://github.com/corda/corda.git
synced 2025-06-14 21:28:14 +00:00
SPELLING: updae error message in tests
This commit is contained in:
@ -10,7 +10,7 @@ public class ErrorMessageTests {
|
|||||||
private String errMsg(String property, String testname) {
|
private String errMsg(String property, String testname) {
|
||||||
return "Property '"
|
return "Property '"
|
||||||
+ property
|
+ property
|
||||||
+ "' or it's getter is non public, this renders class 'class "
|
+ "' or its getter is non public, this renders class 'class "
|
||||||
+ testname
|
+ testname
|
||||||
+ "$C' unserializable -> class "
|
+ "$C' unserializable -> class "
|
||||||
+ testname
|
+ testname
|
||||||
|
@ -10,7 +10,7 @@ class ErrorMessagesTests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun errMsg(property:String, testname: String) =
|
private fun errMsg(property:String, testname: String) =
|
||||||
"Property '$property' or it's getter is non public, this renders class 'class $testname\$C' unserializable -> class $testname\$C"
|
"Property '$property' or its getter is non public, this renders class 'class $testname\$C' unserializable -> class $testname\$C"
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun privateProperty() {
|
fun privateProperty() {
|
||||||
|
Reference in New Issue
Block a user