Remove unnecessary comment.

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2021-04-08 09:28:28 +10:00
parent f91334e6d7
commit 1cb10b8548
1 changed files with 0 additions and 4 deletions

View File

@ -125,10 +125,6 @@ public class TextStreamTest
} }
} }
// TODO These tests incorrectly assumes no frame fragmentation.
// When message fragmentation is implemented in PartialStringMessageSink then update
// this test to check on the server side for no buffers larger than the maxTextMessageBufferSize.
@Test @Test
public void testAtMaxDefaultMessageBufferSize() throws Exception public void testAtMaxDefaultMessageBufferSize() throws Exception
{ {