We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4dadb2 commit edd9476Copy full SHA for edd9476
tests/host/fs/test_fs.cpp
@@ -53,7 +53,7 @@ static std::set<String> listDir (const char* path)
53
54
TEST_CASE("SPIFFS checks the config object passed in", "[fs]")
55
{
56
- SPIFFS_MOCK_DECLARE(64, 8, 512, false);
+ SPIFFS_MOCK_DECLARE(64, 8, 512, "");
57
FSConfig f;
58
SPIFFSConfig s;
59
SDFSConfig d;
0 commit comments