Skip to content

Commit eaa24fa

Browse files
committed
grpc-native: Rename ProtosTest class
Signed-off-by: Johannes Zottele <[email protected]>
1 parent ce3b69f commit eaa24fa

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import kotlinx.rpc.grpc.test.common.*
99
import kotlin.test.Test
1010
import kotlin.test.assertEquals
1111

12-
class TestProtos {
12+
class ProtosTest {
1313

1414
private fun <T : Any> decodeEncode(
1515
msg: T,

0 commit comments

Comments
 (0)