mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2026-04-28 18:13:28 +02:00
Added a test of one string over hash table's capacity
This commit is contained in:
@@ -37,7 +37,7 @@ namespace JsonGeneratorTests
|
||||
jsonIs("[\"hello\",\"world\"]");
|
||||
}
|
||||
|
||||
TEST_METHOD(AddOneStringOverCapacity)
|
||||
TEST_METHOD(OneStringOverCapacity)
|
||||
{
|
||||
addValue("hello");
|
||||
addValue("world");
|
||||
|
||||
Reference in New Issue
Block a user