Skip to content

Commit

Permalink
test: disable auto acknowledging
Browse files Browse the repository at this point in the history
  • Loading branch information
npepinpe committed Jul 22, 2022
1 parent 4328c6a commit 05ed005
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ final class ExporterIntegrationTest {
private final ProtocolFactory recordFactory = new ProtocolFactory();

private final List<Record<?>> exportedRecords = new CopyOnWriteArrayList<>();
private final DebugReceiver receiver = new DebugReceiver(exportedRecords::add, 0);
private final DebugReceiver receiver = new DebugReceiver(exportedRecords::add, 0, false);

@BeforeEach
void beforeEach() {
Expand Down

0 comments on commit 05ed005

Please sign in to comment.