From d9b7c9a9e25a527cbc4b3acc2dc9e7eda0a5ab61 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Mon, 23 Jan 2023 14:07:35 +0100 Subject: [PATCH] Fixed comments --- tests/test_integration/test_connections.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_integration/test_connections.py b/tests/test_integration/test_connections.py index b8e32be..74944e0 100644 --- a/tests/test_integration/test_connections.py +++ b/tests/test_integration/test_connections.py @@ -3,10 +3,10 @@ from lolafect.connections import connect_to_trino, close_trino_connection # __ __ _____ _ _ _____ _ _ _____ _ # \ \ / /\ | __ \| \ | |_ _| \ | |/ ____| | -# \ \ /\ / / \ | |__) | \| | | | | \| | | __| | -# \ \/ \/ / /\ \ | _ /| . ` | | | | . ` | | |_ | | -# \ /\ / ____ \| | \ \| |\ |_| |_| |\ | |__| |_| -# \/ \/_/ \_\_| \_\_| \_|_____|_| \_|\_____(_) +# \ \ /\ / / \ | |__) | \| | | | | \| | | __| | +# \ \/ \/ / /\ \ | _ /| . ` | | | | . ` | | |_ | | +# \ /\ / ____ \| | \ \| |\ |_| |_| |\ | |__| |_| +# \/ \/_/ \_\_| \_\_| \_|_____|_| \_|\_____(_) # This testing suite requires: # - The calling shell to have permission in AWS # - The calling shell to be within the Mercadão network