diff --git a/catalogue/CatalogueTest.cpp b/catalogue/CatalogueTest.cpp
index 80937e8ce1756877fb207e01efd17e24cd38b4c5..cd88a04597f0367bb989b8c64aaeee0e9f4c519d 100644
--- a/catalogue/CatalogueTest.cpp
+++ b/catalogue/CatalogueTest.cpp
@@ -848,9 +848,6 @@ TEST_P(cta_catalogue_CatalogueTest, modifyStorageClassNbCopies) {
     const common::dataStructures::EntryLog creationLog = storageClasses.front().creationLog;
     ASSERT_EQ(m_cliSI.username, creationLog.username);
     ASSERT_EQ(m_cliSI.host, creationLog.host);
-
-    const common::dataStructures::EntryLog lastModificationLog = storageClasses.front().lastModificationLog;
-    ASSERT_EQ(creationLog, lastModificationLog);
   }
 }
 
@@ -900,9 +897,6 @@ TEST_P(cta_catalogue_CatalogueTest, modifyStorageClassComment) {
     const common::dataStructures::EntryLog creationLog = storageClasses.front().creationLog;
     ASSERT_EQ(m_cliSI.username, creationLog.username);
     ASSERT_EQ(m_cliSI.host, creationLog.host);
-
-    const common::dataStructures::EntryLog lastModificationLog = storageClasses.front().lastModificationLog;
-    ASSERT_EQ(creationLog, lastModificationLog);
   }
 }