Skip to content

Commit 524f820

Browse files
committed
grpc-pb: Remove demo test
Signed-off-by: Johannes Zottele <[email protected]>
1 parent f380a05 commit 524f820

File tree

1 file changed

+0
-7
lines changed
  • grpc/grpc-core/src/commonTest/kotlin/kotlinx/rpc/grpc/pb

1 file changed

+0
-7
lines changed

grpc/grpc-core/src/commonTest/kotlin/kotlinx/rpc/grpc/pb/ProtosTest.kt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ class ProtosTest {
2121
return codec.decode(source)
2222
}
2323

24-
fun codecShowCase() {
25-
val msg = AllPrimitivesCommon {
26-
// set fields
27-
}
28-
val decodedMsg = decodeEncode(msg, AllPrimitivesCommonInternal.CODEC)
29-
}
30-
3124
@Test
3225
fun testAllPrimitiveProto() {
3326
val msg = AllPrimitivesCommon {

0 commit comments

Comments
 (0)