diff --git a/test/test_transaction.cpp b/test/test_transaction.cpp
index 0577666b52b82f205068fd76edb7b9808519d417..8fd0048e9fbd77b3a4d1c333c8b3697940473ea3 100644
--- a/test/test_transaction.cpp
+++ b/test/test_transaction.cpp
@@ -119,7 +119,8 @@ TEST(test_transaction, insert_delete) {
   // Should have a warning since it has no properties
   EXPECT_TRUE(new_entity.HasWarnings());
   EXPECT_EQ(new_entity.GetWarnings().Size(), 1);
-  EXPECT_EQ(new_entity.GetWarnings().At(0).GetCode(), MessageCode::ENTITY_HAS_NO_PROPERTIES);
+  EXPECT_EQ(new_entity.GetWarnings().At(0).GetCode(),
+            MessageCode::ENTITY_HAS_NO_PROPERTIES);
 
   auto delete_transaction(connection->CreateTransaction());