mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 08:48:30 +01:00
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