1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-29 05:21:37 +03:00

Tests update

This commit is contained in:
Ivan Grokhotkov
2016-05-06 17:46:18 +08:00
parent 542b05e543
commit 082a4865fc
9 changed files with 217 additions and 108 deletions

View File

@ -90,7 +90,7 @@ TEST_CASE("files can be renamed", "[fs]")
}
}
TEST_CASE("FS::info works")
TEST_CASE("FS::info works","[fs]")
{
REQUIRE(SPIFFS.begin());
FSInfo info;