All tests passed!

This commit is contained in:
Benoit Blanchon
2014-10-30 21:51:59 +01:00
parent 45a8ed6531
commit 889f059758
17 changed files with 91 additions and 69 deletions

View File

@ -15,7 +15,7 @@ using namespace ArduinoJson;
class JsonValueTests : public ::testing::Test {
protected:
StaticJsonBuffer<42> json;
StaticJsonBuffer<200> json;
JsonValue jsonValue1;
JsonValue jsonValue2;
};