Skip to content

Commit

Permalink
fixed flaky test case (#2412)
Browse files Browse the repository at this point in the history
Co-authored-by: Pulkit0729 <myalapi2022@gmail.com>
  • Loading branch information
Pulkit0729 and Pulkit0729 committed Mar 4, 2024
1 parent 7816869 commit d95c948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/winston/transports/02-file-archive.test.js
Expand Up @@ -48,8 +48,8 @@ describe('winston/transports/file/zippedArchive', function () {
assume(
fs.existsSync(path.join(testLogFixturesPath, 'testarchive.log.gz'))
).false();
done();
});
done();
});

it('should create multiple zip files', function (done) {
Expand Down

0 comments on commit d95c948

Please sign in to comment.