Skip to content

Commit

Permalink
Merge branch 'bugfix/fatfs_unit_test_name' into 'master'
Browse files Browse the repository at this point in the history
fatfs: fix duplicate unit test name

See merge request !911
  • Loading branch information
igrr committed Jun 23, 2017
2 parents 1480251 + 24c4bc9 commit 3bd3640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/fatfs/test/test_fatfs_sdmmc.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ TEST_CASE("(SD) can create and remove directories", "[fatfs][ignore]")
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_fatfs_can_opendir("/sdcard");
Expand Down

0 comments on commit 3bd3640

Please sign in to comment.