mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-15 19:42:12 +02:00
All tests passed!
This commit is contained in:
@ -17,8 +17,8 @@ class JsonObject_PrettyPrintTo_Tests : public testing::Test {
|
||||
JsonObject_PrettyPrintTo_Tests() : object(json.createObject()) {}
|
||||
|
||||
protected:
|
||||
StaticJsonBuffer<300> json;
|
||||
JsonObject &object;
|
||||
StaticJsonBuffer<30> json;
|
||||
|
||||
void outputMustBe(const char *expected) {
|
||||
size_t n = object.prettyPrintTo(buffer, sizeof(buffer));
|
||||
|
Reference in New Issue
Block a user