We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5926cb0 commit 634bc83Copy full SHA for 634bc83
src/test/java/com/influxdb/v3/client/internal/RestClientTest.java
@@ -63,7 +63,7 @@ public class RestClientTest extends AbstractMockServerTest {
63
private RestClient restClient;
64
65
@AfterEach
66
- void tearDown() {
+ void tearDown() throws InterruptedException {
67
if (restClient != null) {
68
restClient.close();
69
}
0 commit comments