mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-11-02 15:41:37 +01: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