Explorar el Código

Merge remote-tracking branch 'origin/master'

Patrick hace 4 años
padre
commit
3b7374cb10
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/cases/io/FileTest.cpp

+ 1 - 1
test/cases/io/FileTest.cpp

@@ -160,7 +160,7 @@ namespace {
   TEST_F(FileTest, lastModified)
   {
     ls_std::File file {this->fileLocation};
-    ASSERT_EQ(1597475488, file.lastModified());
+    ASSERT_TRUE(file.lastModified() > 1590000000);
   }
 
   TEST_F(FileTest, list)