diff --git a/test/test_entity.cpp b/test/test_entity.cpp
index 1d55dd0b2709397ebf10fddf00d1a679996a0022..00ec73cafd7a94c87d36198dbc54e9d3a7102e50 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;