From b5d5c57bd98487d31a8cf7a1913c6d32f48db57b Mon Sep 17 00:00:00 2001 From: audric Date: Fri, 23 Jul 2021 11:26:24 +1000 Subject: [PATCH] fix logging test --- test/app/logging_test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/app/logging_test.js b/test/app/logging_test.js index 6ab81b3d7..c51a4cc72 100644 --- a/test/app/logging_test.js +++ b/test/app/logging_test.js @@ -33,6 +33,7 @@ describe('app/logging', () => { } catch (e) { // eslint-disable-next-line no-console console.error('removeCallback failed with ', e); + done(); } });