Skip to content

Commit

Permalink
Merge pull request #12046 from AdmiralCurtiss/nand-stats-unit-test
Browse files Browse the repository at this point in the history
UnitTests: Enable cluster check in FileSystemTest.GetDirectoryStats.
  • Loading branch information
JosJuice committed Jul 27, 2023
2 parents 8f1b228 + 17f2072 commit 17fa9df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/UnitTests/Core/IOS/FS/FileSystemTest.cpp
Expand Up @@ -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.
Expand Down

0 comments on commit 17fa9df

Please sign in to comment.