diff --git a/test/unittest/documenttest.cpp b/test/unittest/documenttest.cpp index 6e8370e..bf6f3a2 100644 --- a/test/unittest/documenttest.cpp +++ b/test/unittest/documenttest.cpp @@ -244,7 +244,7 @@ TEST(Document, UserBuffer) { EXPECT_LE(valueAllocator.Size(), sizeof(valueBuffer)); EXPECT_LE(parseAllocator.Size(), sizeof(parseBuffer)); - // Cover MemoryPool::Capacity() + // Cover MemoryPoolAllocator::Capacity() EXPECT_LE(valueAllocator.Size(), valueAllocator.Capacity()); EXPECT_LE(parseAllocator.Size(), parseAllocator.Capacity()); }