mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-02 00:38:26 +01:00
Fixed compilartion error
This commit is contained in:
@@ -15,7 +15,7 @@ class QuotedString_PrintTo_Tests : public testing::Test {
|
|||||||
protected:
|
protected:
|
||||||
void whenInputIs(const char *input) {
|
void whenInputIs(const char *input) {
|
||||||
StringBuilder sb(buffer, sizeof(buffer));
|
StringBuilder sb(buffer, sizeof(buffer));
|
||||||
returnValue = QuotedString::printTo(input, &sb);
|
returnValue = QuotedString::printTo(input, sb);
|
||||||
}
|
}
|
||||||
|
|
||||||
void outputMustBe(const char *expected) {
|
void outputMustBe(const char *expected) {
|
||||||
|
|||||||
Reference in New Issue
Block a user