Skip to content

Commit eadf2e3

Browse files
committed
removes test case for min buffer size
1 parent 570cf9f commit eadf2e3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

netty/src/test/java/io/grpc/netty/NettyWritableBufferAllocatorTest.java

-6
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ protected WritableBufferAllocator allocator() {
4040
return allocator;
4141
}
4242

43-
@Test
44-
public void testCapacityHasMinimum() {
45-
WritableBuffer buffer = allocator().allocate(100);
46-
assertEquals(0, buffer.readableBytes());
47-
}
48-
4943
@Test
5044
public void testCapacityIsExactAboveMinimum() {
5145
WritableBuffer buffer = allocator().allocate(9000);

0 commit comments

Comments
 (0)