forked from bblanchon/ArduinoJson
Kept only two namespaces ArduinoJson and ArduinoJson::Internals
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
#include <ArduinoJson/Polyfills/isInteger.hpp>
|
||||
#include <catch.hpp>
|
||||
|
||||
using namespace ArduinoJson::Polyfills;
|
||||
using namespace ArduinoJson::Internals;
|
||||
|
||||
TEST_CASE("isInteger()") {
|
||||
SECTION("Null") {
|
||||
|
Reference in New Issue
Block a user