forked from bblanchon/ArduinoJson
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