mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-16 12:02:14 +02:00
Removed useless null checks
This commit is contained in:
@ -19,10 +19,6 @@ void check(const char* input, std::string expected) {
|
||||
}
|
||||
|
||||
TEST_CASE("TextFormatter::writeString()") {
|
||||
SECTION("Null") {
|
||||
check(0, "null");
|
||||
}
|
||||
|
||||
SECTION("EmptyString") {
|
||||
check("", "\"\"");
|
||||
}
|
||||
|
Reference in New Issue
Block a user