diff --git a/test/test_transaction.cpp b/test/test_transaction.cpp
index 63d9cde77026fb00c9fcbdc5fae52a1676ef9cb9..dfe6bea5764116e1c09c04089ad6cf78e2e2db93 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) {