Skip to content

Commit 3bd3640

Browse files
committed
Merge branch 'bugfix/fatfs_unit_test_name' into 'master'
fatfs: fix duplicate unit test name See merge request !911
2 parents 1480251 + 24c4bc9 commit 3bd3640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/fatfs/test/test_fatfs_sdmmc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ TEST_CASE("(SD) can create and remove directories", "[fatfs][ignore]")
130130
test_teardown();
131131
}
132132

133-
TEST_CASE("(WL) can opendir root directory of FS", "[fatfs][ignore]")
133+
TEST_CASE("(SD) can opendir root directory of FS", "[fatfs][ignore]")
134134
{
135135
test_setup();
136136
test_fatfs_can_opendir("/sdcard");

0 commit comments

Comments
 (0)