зеркало из https://github.com/microsoft/kiota.git
- removes future from java execution test
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
This commit is contained in:
Родитель
68052035fb
Коммит
81dd8a7286
|
@ -18,7 +18,7 @@ public class BasicAPITest {
|
|||
|
||||
var exception = Assertions.assertThrows(
|
||||
ExecutionException.class,
|
||||
() -> client.api().v1().topics().get().get(1, TimeUnit.SECONDS)
|
||||
() -> client.api().v1().topics().get()
|
||||
);
|
||||
|
||||
Assertions.assertNotNull(exception.getCause());
|
||||
|
|
Загрузка…
Ссылка в новой задаче