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

TST fix tests

parent df7fc2cd
No related branches found
No related tags found
1 merge request!3TST: Add Tests for insert and delete
Pipeline #10890 failed
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
......@@ -55,7 +55,7 @@ TEST(test_transaction, DISABLED_retrieve_manufacturer_by_id) {
EXPECT_EQ(name, entity.GetName());
EXPECT_EQ(role, entity.GetRole());
EXPECT_EQ(description, entity.GetDescription());
EXPECT_EQ(version, entity.GetVersion());
EXPECT_EQ(version, entity.GetVersionId());
}
TEST(test_transaction, retrieve_non_existing) {
......
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