Skip to content

Commit

Permalink
MyBufferedChannelTest, changed test apache#3, BF_2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarseglia committed Jan 15, 2025
1 parent b7b4cc8 commit 0929494
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private static Stream<Arguments> readTestArguments() {
activeTestState.add(new TestState(
"#3: Read from read buffer",
fromRead,
DestState.EQUAL_AS_LENGTH, PosState.LESS_EQUAL_THAN_AVAILABLE, LengthState.LESS_EQUAL_THAN_READABLE,
DestState.GREATER_THAN_LENGTH, PosState.LESS_EQUAL_THAN_AVAILABLE, LengthState.LESS_EQUAL_THAN_READABLE,
ExpectedState.READ_TIMES_LENGTH, true
));

Expand Down

0 comments on commit 0929494

Please sign in to comment.