File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ TEST_CASE("deserializeJson() returns NoMemory if string length overflows") {
121121 }
122122}
123123
124- TEST_CASE (" deserializeJson() returns NoMemory if extension allocation fails" ) {
124+ TEST_CASE (" deserializeJson() returns NoMemory if 8-bit slot allocation fails" ) {
125125 JsonDocument doc (FailingAllocator::instance ());
126126
127127 SECTION (" uint32_t should pass" ) {
Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ TEST_CASE("JsonVariant::set() releases the previous value") {
393393 }
394394}
395395
396- TEST_CASE (" JsonVariant::set() reuses extension slot" ) {
396+ TEST_CASE (" JsonVariant::set() reuses 8-bit slot" ) {
397397 SpyingAllocator spy;
398398 JsonDocument doc (&spy);
399399 JsonVariant variant = doc.to <JsonVariant>();
You can’t perform that action at this time.
0 commit comments