mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-20 05:52:30 +02:00
Remove capacity from JsonDocument
's constructor
This commit is contained in:
@ -12,7 +12,7 @@ using namespace ArduinoJson::detail;
|
||||
|
||||
TEST_CASE("ResourceManager::size()") {
|
||||
TimebombAllocator allocator(0);
|
||||
ResourceManager resources(4096, &allocator);
|
||||
ResourceManager resources(&allocator);
|
||||
|
||||
SECTION("Initial size is 0") {
|
||||
REQUIRE(0 == resources.size());
|
||||
|
Reference in New Issue
Block a user