From 379e8ea61ac4603d5aafcdcf5517870917e789eb Mon Sep 17 00:00:00 2001 From: Lucas Terriel <44713216+Lucaterre@users.noreply.github.com> Date: Tue, 12 Mar 2024 10:30:00 +0100 Subject: [PATCH] Update launcher.xq --- tests/launcher.xq | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/launcher.xq b/tests/launcher.xq index 358c269..d3f350e 100644 --- a/tests/launcher.xq +++ b/tests/launcher.xq @@ -4,7 +4,7 @@ import module namespace test = "https://github.com/chartes/dots/tests" at "utils import module namespace initTests = "https://github.com/chartes/dots/initTests" at "initTestsEndpoint.xqm"; (: Deploiment Tests :) -"Starting deploiment tests in progress...", +"\t> Starting deploiment tests in progress...", (: Check data in database @@ -16,10 +16,10 @@ return : (: ... :) -"End deploiment tests", +"\t> ✅ deploiment tests checked", (: Backend Tests :) -"Starting backend tests in progress...", +"\t> Starting backend tests in progress...", (: ... :)