mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Renamed undocumented function isUndefined() to isUnbound()
This commit is contained in:
@@ -89,7 +89,7 @@ TEST_CASE("JsonVariant::set(JsonVariant)") {
|
||||
|
||||
unboundVariant.set(var1);
|
||||
|
||||
REQUIRE(unboundVariant.isUndefined());
|
||||
REQUIRE(unboundVariant.isUnbound());
|
||||
REQUIRE(unboundVariant.isNull());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user