Merge branch 'bugfix/fatfs_unit_test_name' into 'master'
fatfs: fix duplicate unit test name See merge request !911
This commit is contained in:
commit
3bd3640d60
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ TEST_CASE("(SD) can create and remove directories", "[fatfs][ignore]")
|
||||||
test_teardown();
|
test_teardown();
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_CASE("(WL) can opendir root directory of FS", "[fatfs][ignore]")
|
TEST_CASE("(SD) can opendir root directory of FS", "[fatfs][ignore]")
|
||||||
{
|
{
|
||||||
test_setup();
|
test_setup();
|
||||||
test_fatfs_can_opendir("/sdcard");
|
test_fatfs_can_opendir("/sdcard");
|
||||||
|
|
Loading…
Reference in a new issue