Merge pull request #12046 from AdmiralCurtiss/nand-stats-unit-test

UnitTests: Enable cluster check in FileSystemTest.GetDirectoryStats.
This commit is contained in:
JosJuice 2023-07-27 18:44:34 +02:00 committed by GitHub
commit 17fa9dfc4e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -269,8 +269,7 @@ TEST_F(FileSystemTest, GetDirectoryStats)
file->Write(std::vector<u8>(20).data(), 20);
}
// The file should now take up one cluster.
// TODO: uncomment after the FS code is fixed.
// check_stats(1u, 2u);
check_stats(1u, 2u);
}
// Files need to be explicitly created using CreateFile or CreateDirectory.