Skip to content

Commit d363aef

Browse files
committed
Implement batch disposition
Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent b1a93ba commit d363aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Consumer/ConsumerDispositionTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public async Task BatchRequeueAnnotationsDisposition()
205205
{ annotationKey, annotationValue }, { annotationKey1, annotationValue1 }
206206
});
207207
Assert.Equal(0, batch.Count());
208-
208+
209209
tcs.SetResult(true);
210210

211211
return Task.CompletedTask;

0 commit comments

Comments
 (0)