mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-11-02 07:31:36 +01:00
Merge DynamicJsonDocument with JsonDocument
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <catch.hpp>
|
||||
|
||||
TEST_CASE("JsonDocument::remove()") {
|
||||
DynamicJsonDocument doc(4096);
|
||||
JsonDocument doc(4096);
|
||||
|
||||
SECTION("remove(int)") {
|
||||
doc.add(1);
|
||||
|
||||
Reference in New Issue
Block a user