Skip to content

Commit

Permalink
CBOR: mv CborDefLenTest -> CborDefiniteLengthTest
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMcCloud committed Jul 15, 2024
1 parent 507ccd1 commit 15bbc3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import kotlinx.serialization.*
import kotlin.test.*


class CborDefLenTest {
class CborDefiniteLengthTest {
@Test
fun writeComplicatedClass() {
val test = TypesUmbrella(
Expand Down

0 comments on commit 15bbc3f

Please sign in to comment.