fix test naming

This commit is contained in:
2025-11-18 11:24:28 +01:00
parent e40ef3168d
commit 843013b7e7
5 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ class `Base16 Test` {
}
@Test
fun `encode "Hello, World!"`() {
fun `encode "Hello World!"`() {
val expected = ubyteArrayOf(
0x34U, 0x38U, 0x36U, 0x35U, 0x36U, 0x63U, 0x36U, 0x63U,
0x36U, 0x66U, 0x32U, 0x30U, 0x35U, 0x37U, 0x36U, 0x66U,