Skip to content

Commit 634bc83

Browse files
wip
1 parent 5926cb0 commit 634bc83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/influxdb/v3/client/internal/RestClientTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class RestClientTest extends AbstractMockServerTest {
6363
private RestClient restClient;
6464

6565
@AfterEach
66-
void tearDown() {
66+
void tearDown() throws InterruptedException {
6767
if (restClient != null) {
6868
restClient.close();
6969
}

0 commit comments

Comments
 (0)