diff --git a/test/test_transaction.cpp b/test/test_transaction.cpp index 2df69a4ae5fbd111d72451b5ba0c0f790c0f4755..fc713b34bacb49fec81653f3403bd87cee29347d 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());