mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-11-02 15:41:37 +01:00
Remove capacity from JsonDocument's constructor
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <catch.hpp>
|
||||
|
||||
TEST_CASE("deserialize MsgPack array") {
|
||||
JsonDocument doc(4096);
|
||||
JsonDocument doc;
|
||||
|
||||
SECTION("fixarray") {
|
||||
SECTION("empty") {
|
||||
|
||||
Reference in New Issue
Block a user