Update Catch library to 2.13.10 (#1820)

This commit is contained in:
Benoit Blanchon
2023-02-09 18:56:14 +01:00
parent 94b2b3f9ce
commit 007b4f3362
13 changed files with 15894 additions and 9740 deletions

View File

@ -6,6 +6,8 @@
#include <ArduinoJson.hpp>
#include <catch.hpp>
#include <sstream>
using namespace ARDUINOJSON_NAMESPACE;
TEST_CASE("Reader<std::istringstream>") {