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

Merge branch 'f-multi-retrieve' into f-update

parents 97657a80 4d6ea1b3
No related branches found
No related tags found
1 merge request!5F update
Pipeline #11165 failed
......@@ -121,7 +121,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());
......
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