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

TST fix tests

parent df7fc2cd
Branches
Tags
1 merge request!3TST: Add Tests for insert and delete
Pipeline #10890 failed
......@@ -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.
Please register or to comment