From 9ed60117d887391ffa8963a98f104702383afe1a Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Thu, 29 Jul 2021 09:24:56 +0200
Subject: [PATCH] WIP: insert delete

---
 test/test_entity.cpp | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/test/test_entity.cpp b/test/test_entity.cpp
index 1d55dd0..00ec73c 100644
--- a/test/test_entity.cpp
+++ b/test/test_entity.cpp
@@ -22,14 +22,14 @@
 #include "caosdb/entity.h"                       // for Entity, Parent, Par...
 #include "caosdb/entity/v1alpha1/main.grpc.pb.h" // for EntityTransactionSe...
 #include "caosdb/entity/v1alpha1/main.pb.h"      // for IdResponse, Message
-#include "caosdb/message_code.h"
-#include "caosdb/transaction.h"    // for Transaction
-#include "gtest/gtest-message.h"   // for Message
-#include "gtest/gtest-test-part.h" // for TestPartResult, Sui...
-#include "gtest/gtest_pred_impl.h" // for Test, EXPECT_EQ
-#include <iostream>                // for endl, basic_ostream
-#include <memory>                  // for allocator, shared_ptr
-#include <string>                  // for operator<<
+#include "caosdb/message_code.h"                 // for MessageCode
+#include "caosdb/transaction.h"                  // for Transaction
+#include "gtest/gtest-message.h"                 // for Message
+#include "gtest/gtest-test-part.h"               // for TestPartResult, Sui...
+#include "gtest/gtest_pred_impl.h"               // for Test, EXPECT_EQ
+#include <iostream>                              // for endl, basic_ostream
+#include <memory>                                // for allocator, shared_ptr
+#include <string>                                // for operator<<
 
 namespace caosdb::entity {
 using caosdb::entity::v1alpha1::IdResponse;
-- 
GitLab