mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-20 22:12:31 +02:00
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