From 49b14570507249d37104f3f0d218789e77752825 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Thu, 29 Jul 2021 13:35:03 +0200 Subject: [PATCH] STY: formatting --- test/test_connection.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/test_connection.cpp b/test/test_connection.cpp index 80675fc..ed1ca1f 100644 --- a/test/test_connection.cpp +++ b/test/test_connection.cpp @@ -110,7 +110,9 @@ TEST(test_connection, connection_ssl_authentication_error_wrong_credentials) { EXPECT_THROW_MESSAGE( connection.RetrieveVersionInfo(), AuthenticationError, - "The attempt to execute this transaction has not been executed at all because the authentication did not succeed. Original error: Authentication failed. Username or password wrong."); + "The attempt to execute this transaction has not been executed at all " + "because the authentication did not succeed. Original error: " + "Authentication failed. Username or password wrong."); } TEST(test_connection, connection_ssl_authentication_success) { -- GitLab