Skip to content

Commit

Permalink
Update LocalFileBlockWriterTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
apc999 authored Oct 6, 2017
1 parent 5c6d4f6 commit 250560c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void after() throws Exception {
}

@Test
public void transferFrom() throws Exception {
public void appendByteBuf() throws Exception {
ByteBuf buffer = Unpooled.wrappedBuffer(
BufferUtils.getIncreasingByteBuffer(TEST_BLOCK_SIZE));
buffer.markReaderIndex();
Expand Down

0 comments on commit 250560c

Please sign in to comment.