mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-16 03:52:16 +02:00
Remove capacity from JsonDocument
's constructor
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
#include <catch.hpp>
|
||||
|
||||
TEST_CASE("Flash strings") {
|
||||
JsonDocument doc(2048);
|
||||
JsonDocument doc;
|
||||
|
||||
SECTION("deserializeJson()") {
|
||||
DeserializationError err = deserializeJson(doc, F("{'hello':'world'}"));
|
||||
|
Reference in New Issue
Block a user