Fix test visibility

See: #1489
This commit is contained in:
Vedran Pavic
2019-08-21 18:56:38 +02:00
parent 51252a55e6
commit 8f13a7b356

View File

@@ -1104,7 +1104,7 @@ public class OnCommittedResponseWrapperTests {
// gh-7261
@Test
void contentLengthLongOutputStreamWriteStringCommits() throws IOException {
public void contentLengthLongOutputStreamWriteStringCommits() throws IOException {
String body = "something";
this.response.setContentLengthLong(body.length());