mirror of
https://github.com/eledio-devices/thirdparty-ArduinoJson.git
synced 2025-11-01 00:38:27 +01:00
Added a test of one number in a hash table
This commit is contained in:
@@ -46,7 +46,7 @@ namespace JsonGeneratorTests
|
||||
jsonIs("[\"hello\",\"world\"]");
|
||||
}
|
||||
|
||||
TEST_METHOD(AddOneNumber)
|
||||
TEST_METHOD(OneNumber)
|
||||
{
|
||||
addValue(3.14);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user