File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 11package community.flock.wirespec.baker.bunqexample
22
3+ import kotlinx.coroutines.runBlocking
34import org.junit.jupiter.api.Test
4- import org.mockito.Mockito.`when`
55import org.springframework.beans.factory.annotation.Autowired
66import org.springframework.boot.test.autoconfigure.web.reactive.AutoConfigureWebTestClient
77import org.springframework.boot.test.context.SpringBootTest
8- import org.springframework.boot.test.mock.mockito.MockBean
98import org.springframework.test.web.reactive.server.WebTestClient
109import org.springframework.test.web.reactive.server.expectBody
11- import com.bunq.sdk.generated.Sdk
12- import com.bunq.sdk.generated.endpoint.READ_User
13- import kotlinx.coroutines.runBlocking
1410
1511@SpringBootTest(webEnvironment = SpringBootTest .WebEnvironment .RANDOM_PORT )
1612@AutoConfigureWebTestClient
You can’t perform that action at this time.
0 commit comments