Skip to content
Snippets Groups Projects
Verified Commit 37f38368 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

FIX tests

parent 4ab748d1
No related branches found
No related tags found
1 merge request!4F multi retrieve
Pipeline #11305 passed
...@@ -27,17 +27,10 @@ ...@@ -27,17 +27,10 @@
#include "gtest/gtest-message.h" // for Message #include "gtest/gtest-message.h" // for Message
#include "gtest/gtest-test-part.h" // for TestPartResult, SuiteApiResolver #include "gtest/gtest-test-part.h" // for TestPartResult, SuiteApiResolver
#include "gtest/gtest_pred_impl.h" // for Test, EXPECT_EQ, AssertionResult #include "gtest/gtest_pred_impl.h" // for Test, EXPECT_EQ, AssertionResult
<<<<<<< HEAD
#include <iostream>
#include <memory> // for unique_ptr, allocator, __shar...
#include <string> // for string
#include <vector> // for vector
=======
#include <iostream> // for endl, basic_ostream, cout #include <iostream> // for endl, basic_ostream, cout
#include <memory> // for unique_ptr, allocator, __shar... #include <memory> // for unique_ptr, allocator, __shar...
#include <string> // for string #include <string> // for string
>>>>>>> f-insert #include <vector> // for vector
namespace caosdb::transaction { namespace caosdb::transaction {
using caosdb::entity::Entity; using caosdb::entity::Entity;
using caosdb::entity::MessageCode; using caosdb::entity::MessageCode;
...@@ -272,5 +265,4 @@ TEST(test_transaction, test_multi_retrieve) { ...@@ -272,5 +265,4 @@ TEST(test_transaction, test_multi_retrieve) {
MessageCode::ENTITY_DOES_NOT_EXIST); MessageCode::ENTITY_DOES_NOT_EXIST);
} }
} // namespace caosdb::transaction } // namespace caosdb::transaction
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment