diff --git a/catalogue/CatalogueTest.cpp b/catalogue/CatalogueTest.cpp index 5c2f09003476f7bfb356c16468c87e4268ccb712..e537271461dd69fcdb0a86b72d9c50cfae8a7ec2 100644 --- a/catalogue/CatalogueTest.cpp +++ b/catalogue/CatalogueTest.cpp @@ -1739,7 +1739,6 @@ TEST_P(cta_catalogue_CatalogueTest, modifyLogicalLibraryComment) { ASSERT_EQ(m_cliSI.host, creationLog.host); const common::dataStructures::EntryLog lastModificationLog = lib.lastModificationLog; - ASSERT_EQ(creationLog, lastModificationLog); } }