Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Dec 11, 2024
1 parent d0aa211 commit bb61fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/ingestion/IngestionReader.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ describe('ingestion reader tests with mock', function fD() {
});
});

afterEach(function(done) {
afterEach(done => {
async.series([
next => emptyAndDeleteVersionedBucket(sourceConfig, next),
next => zkClient.remove(this.ingestionReader.pathToLogOffset, -1, next),
Expand Down

0 comments on commit bb61fdc

Please sign in to comment.