Skip to content

Commit

Permalink
updated box tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr3zee committed Dec 4, 2024
1 parent 909f8a2 commit 54cf575
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/compiler-plugin-tests/src/testData/box/fields.kt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import kotlinx.rpc.codegen.test.TestRpcClient

@Rpc
interface BoxService : RemoteService {
val plainFlow: Flow<String>
<!FIELD_IN_RPC_SERVICE!>val plainFlow: Flow<String><!>

val sharedFlow: SharedFlow<String>
<!FIELD_IN_RPC_SERVICE!>val sharedFlow: SharedFlow<String><!>

val stateFlow: StateFlow<String>
<!FIELD_IN_RPC_SERVICE!>val stateFlow: StateFlow<String><!>
}

fun box(): String = runBlocking {
Expand Down

0 comments on commit 54cf575

Please sign in to comment.