mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-11-02 15:41:37 +01:00
Renamed Print::write() into print()
This commit is contained in:
@@ -64,7 +64,7 @@ namespace JsonGeneratorTests
|
||||
|
||||
void write(const char* value)
|
||||
{
|
||||
returnValue = sb->write(value);
|
||||
returnValue = sb->print(value);
|
||||
}
|
||||
|
||||
void assertResultIs(const char* expected)
|
||||
|
||||
Reference in New Issue
Block a user