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

    ......@@ -71,10 +71,10 @@ TEST_F(test_connection, connection_manager_unknown_connection) {
    }
    TEST_F(test_connection, connection_missing_certificate) {
    EXPECT_THROW_MESSAGE(
    ConnectionManager::GetConnection("missing"), caosdb::exceptions::UnknownConnectionError,
    std::string("Error with the connection named 'missing': ")
    + "File does not exist (server_certificate_path): /missing");
    EXPECT_THROW_MESSAGE(ConnectionManager::GetConnection("missing"),
    caosdb::exceptions::UnknownConnectionError,
    std::string("Error with the connection named 'missing': ") +
    "File does not exist (server_certificate_path): /missing");
    }
    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