release 0.2.3
This commit is contained in:
parent
26db60a211
commit
e0b6dea168
@ -1,4 +1,3 @@
|
||||
import kotlinx.coroutines.runBlocking
|
||||
import kotlinx.coroutines.test.runTest
|
||||
import kotlinx.datetime.Instant
|
||||
import net.sergeych.bipack.BipackEncoder
|
||||
@ -46,7 +45,7 @@ class PackTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
fun packPackage() = runBlocking {
|
||||
fun packPackage() = runTest {
|
||||
val x = BipackEncoder.encode(KiloParams.Package(1u, ubyteArrayOf()))
|
||||
assertContentEquals(byteArrayOf(4, 0), x)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user