mirror of
https://github.com/corda/corda.git
synced 2025-04-07 19:34:41 +00:00
SPELLING: updae error message in tests
This commit is contained in:
parent
6d485a3329
commit
01e4880947
@ -10,7 +10,7 @@ public class ErrorMessageTests {
|
||||
private String errMsg(String property, String testname) {
|
||||
return "Property '"
|
||||
+ property
|
||||
+ "' or it's getter is non public, this renders class 'class "
|
||||
+ "' or its getter is non public, this renders class 'class "
|
||||
+ testname
|
||||
+ "$C' unserializable -> class "
|
||||
+ testname
|
||||
|
@ -10,7 +10,7 @@ class ErrorMessagesTests {
|
||||
}
|
||||
|
||||
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
|
||||
fun privateProperty() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user