Skip to content
Snippets Groups Projects
Commit 816c6eec authored by florian's avatar florian
Browse files

STY: autoformatted

parent 986d42f2
No related branches found
No related tags found
1 merge request!17F file read error
Pipeline #14569 passed
Pipeline: caosdb-cppinttest

#14570

    This commit is part of merge request !17. Comments created here will be created in the context of that merge request.
    ...@@ -71,10 +71,10 @@ TEST_F(test_connection, connection_manager_unknown_connection) { ...@@ -71,10 +71,10 @@ TEST_F(test_connection, connection_manager_unknown_connection) {
    } }
    TEST_F(test_connection, connection_missing_certificate) { TEST_F(test_connection, connection_missing_certificate) {
    EXPECT_THROW_MESSAGE( EXPECT_THROW_MESSAGE(ConnectionManager::GetConnection("missing"),
    ConnectionManager::GetConnection("missing"), caosdb::exceptions::UnknownConnectionError, caosdb::exceptions::UnknownConnectionError,
    std::string("Error with the connection named 'missing': ") std::string("Error with the connection named 'missing': ") +
    + "File does not exist (server_certificate_path): /missing"); "File does not exist (server_certificate_path): /missing");
    } }
    TEST_F(test_connection, connection_manager_get_default_connection) { TEST_F(test_connection, connection_manager_get_default_connection) {
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment