mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-18 04:52:22 +02:00
Refactored to use StringBuilder
This commit is contained in:
@ -13,7 +13,7 @@ protected:
|
||||
void jsonMustBe(const char* expected)
|
||||
{
|
||||
char actual[256];
|
||||
object.serialize(actual, sizeof(actual));
|
||||
object.printTo(actual, sizeof(actual));
|
||||
|
||||
EXPECT_STREQ(expected, actual);
|
||||
}
|
||||
|
Reference in New Issue
Block a user