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

STY: formatting

parent 7b512690
No related branches found
No related tags found
1 merge request!3TST: Add Tests for insert and delete
Pipeline #11195 passed
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
...@@ -119,7 +119,8 @@ TEST(test_transaction, insert_delete) { ...@@ -119,7 +119,8 @@ TEST(test_transaction, insert_delete) {
// Should have a warning since it has no properties // Should have a warning since it has no properties
EXPECT_TRUE(new_entity.HasWarnings()); EXPECT_TRUE(new_entity.HasWarnings());
EXPECT_EQ(new_entity.GetWarnings().Size(), 1); 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()); auto delete_transaction(connection->CreateTransaction());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment