fix test naming
This commit is contained in:
@@ -21,7 +21,7 @@ class `Base8 Test` {
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `encode "Hello, World!"`() {
|
||||
fun `encode "Hello World!"`() {
|
||||
val expected = ubyteArrayOf(
|
||||
0x32U, 0x32U, 0x30U, 0x36U, 0x32U, 0x35U, 0x35U, 0x34U,
|
||||
0x33U, 0x33U, 0x30U, 0x36U, 0x37U, 0x34U, 0x34U, 0x30U,
|
||||
|
||||
Reference in New Issue
Block a user