Browse Source

Merge remote-tracking branch 'origin/master'

Patrick 4 years ago
parent
commit
3b7374cb10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/cases/io/FileTest.cpp

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

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