mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +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