forked from bblanchon/ArduinoJson
Disambiguated the name get()
with getElement()
and getMember()
This commit is contained in:
@ -11,6 +11,6 @@ TEST_CASE("JsonArray::get()") {
|
||||
JsonArray array = doc.as<JsonArray>();
|
||||
|
||||
SECTION("Overflow") {
|
||||
REQUIRE(array.get(3).isNull());
|
||||
REQUIRE(array.getElement(3).isNull());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user