Skip to content

Commit

Permalink
Fix create exchange request builder
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorilla committed May 10, 2023
1 parent e2aa808 commit 2993570
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ abstract class ExchangesServiceTest {

@Test
fun `streamExchange respects limit`(): Unit = runBlocking {
val createRequest1 = CreateExchangeRequest.newBuilder().apply { exchange = EXCHANGE }.build()
val createRequest1 = createExchangeRequest { exchange = EXCHANGE }
val createRequest2 = createExchangeRequest {
exchange =
EXCHANGE.copy {
Expand Down

0 comments on commit 2993570

Please sign in to comment.