From 5f1e18892afedbda73d1fa02ad3f511a03f3c2b1 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Thu, 1 Sep 2022 13:35:05 +0200 Subject: [PATCH] PIPELINE --- test/test_transaction.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/test_transaction.cpp b/test/test_transaction.cpp index 63d9cde..dfe6bea 100644 --- a/test/test_transaction.cpp +++ b/test/test_transaction.cpp @@ -56,9 +56,9 @@ TEST(test_transaction, create_transaction) { ASSERT_EQ(StatusCode::GO_ON, transaction->RetrieveById("100")); EXPECT_THROW_STARTS_WITH(transaction->Execute(), ConnectionError, - "The attempt to execute this transaction was not successful because the " - "connection to the server could not be established. " - "Original message: failed to connect to all addresses"); + "The attempt to execute this transaction was not successful because the " + "connection to the server could not be established. " + "Original message: failed to connect to all addresses"); } TEST(test_transaction, test_multi_result_set) { -- GitLab