mirror of
https://github.com/bblanchon/ArduinoJson.git
synced 2025-07-22 23:07:29 +02:00
Tests: use a consistent naming convention for allocators
This commit is contained in:
@ -11,8 +11,7 @@
|
||||
using namespace ArduinoJson::detail;
|
||||
|
||||
TEST_CASE("ResourceManager::shrinkToFit()") {
|
||||
TimebombAllocator allocator(100);
|
||||
SpyingAllocator spyingAllocator(&allocator);
|
||||
SpyingAllocator spyingAllocator;
|
||||
ResourceManager resources(&spyingAllocator);
|
||||
|
||||
SECTION("empty") {
|
||||
|
Reference in New Issue
Block a user