forked from bblanchon/ArduinoJson
Changed JsonArray tests to show the issue
This commit is contained in:
@ -71,7 +71,7 @@ namespace JsonGeneratorTests
|
||||
void setValueAndCheckCast(JsonArray<N>& expected)
|
||||
{
|
||||
value = expected;
|
||||
Printable& actual = value;
|
||||
const Printable& actual = value;
|
||||
Assert::AreEqual((void*) &expected, (void*) &actual);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user