mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-23 07:17:30 +02:00
CollectionData: addSlot()
returns an iterator
This commit is contained in:
@ -400,7 +400,7 @@ TEST_CASE("MemberProxy under memory constraints") {
|
||||
|
||||
REQUIRE(doc.is<JsonObject>());
|
||||
REQUIRE(doc.size() == 0);
|
||||
REQUIRE(doc.memoryUsage() == sizeofObject(1));
|
||||
REQUIRE(doc.memoryUsage() == 0);
|
||||
REQUIRE(doc.overflowed() == true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user