Skip to content

Commit edd9476

Browse files
Fix merge error with SPIFFS_MOCK
1 parent a4dadb2 commit edd9476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/host/fs/test_fs.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ static std::set<String> listDir (const char* path)
5353

5454
TEST_CASE("SPIFFS checks the config object passed in", "[fs]")
5555
{
56-
SPIFFS_MOCK_DECLARE(64, 8, 512, false);
56+
SPIFFS_MOCK_DECLARE(64, 8, 512, "");
5757
FSConfig f;
5858
SPIFFSConfig s;
5959
SDFSConfig d;

0 commit comments

Comments
 (0)