Skip to content

Commit

Permalink
test: clean-up test/tap/freeze-date-file-test
Browse files Browse the repository at this point in the history
  • Loading branch information
eyoboue committed Jul 8, 2022
1 parent 04cbdfe commit e71e088
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/tap/configuration-validation-test.js
Expand Up @@ -274,7 +274,9 @@ test('log4js configuration validation', (batch) => {
})
)
);
t.end();
log4js.shutdown(() => {
t.end();
});
});

batch.test('should load appenders from core first', (t) => {
Expand Down

0 comments on commit e71e088

Please sign in to comment.