Skip to content

Commit d95c948

Browse files
Pulkit0729Pulkit0729
and
Pulkit0729
authored
fixed flaky test case (#2412)
Co-authored-by: Pulkit0729 <myalapi2022@gmail.com>
1 parent 7816869 commit d95c948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/winston/transports/02-file-archive.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ describe('winston/transports/file/zippedArchive', function () {
4848
assume(
4949
fs.existsSync(path.join(testLogFixturesPath, 'testarchive.log.gz'))
5050
).false();
51+
done();
5152
});
52-
done();
5353
});
5454

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

0 commit comments

Comments
 (0)