From 68d7bc8e20ab33acf30a73fc6b8ef3b15567393c Mon Sep 17 00:00:00 2001 From: joan Date: Wed, 5 Oct 2022 14:14:05 +0200 Subject: [PATCH] Test --- back/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/back/tests.js b/back/tests.js index 96f3258a7..60b2e2e1d 100644 --- a/back/tests.js +++ b/back/tests.js @@ -66,7 +66,7 @@ async function test() { await jasmine.execute(); if (app) await app.disconnect(); if (container) await container.rm(); - console.log('app disconnected & container removed'); + console.log('App disconnected & container removed'); } test();