Skip to content

Commit

Permalink
disable autoclose to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yawkat committed Jan 7, 2025
1 parent 1c1fb4e commit 69d0ad2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@
import io.micronaut.test.extensions.junit5.annotation.MicronautTest;
import jakarta.inject.Inject;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.AutoClose;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ValueSource;

@MicronautTest
class SimpleControllerTest {
@AutoClose
@Inject
@Client("/")
HttpClient client;
Expand Down

0 comments on commit 69d0ad2

Please sign in to comment.