Protobuf: fixed typo in ZigZagTest in JS tests pack
This commit is contained in:
-3
@@ -3,9 +3,6 @@ import MessageZigZag
|
|||||||
import CodedInputStream
|
import CodedInputStream
|
||||||
|
|
||||||
object ZigZagTest {
|
object ZigZagTest {
|
||||||
val builder = protoBuf.loadProtoFile("./js_messages/zigzag.proto")
|
|
||||||
val JSMessageZigZag = builder.build("MessageZigZag")
|
|
||||||
|
|
||||||
fun generateKtZigZag(): MessageZigZag {
|
fun generateKtZigZag(): MessageZigZag {
|
||||||
val int = Util.nextInt()
|
val int = Util.nextInt()
|
||||||
val long = Util.nextLong()
|
val long = Util.nextLong()
|
||||||
|
|||||||
Reference in New Issue
Block a user