Clean size/length/first/head/empty properties and functions.
This commit is contained in:
@@ -40,6 +40,6 @@ class ExceptionTest {
|
||||
}
|
||||
|
||||
val bytes = assertNotNull(byteBuffer.toByteArray())
|
||||
assertTrue(bytes.size > 10)
|
||||
assertTrue(bytes.size() > 10)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user