Skip to content

Commit

Permalink
Review issues
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkec committed Sep 20, 2023
1 parent 897d3cd commit 3a98f4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
import static org.hamcrest.Matchers.is;

@ServerTest
public class Continue100Test {
class Continue100Test {
private static final System.Logger LOGGER = System.getLogger(Continue100Test.class.getName());
private static final long TIMEOUT_MILLIS = Duration.ofSeconds(10).toMillis();
private static final String DATA = "Helidon!!!".repeat(10);
Expand Down

0 comments on commit 3a98f4f

Please sign in to comment.