We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3ac21 commit 503702fCopy full SHA for 503702f
csharp.test/TestMemoryPool.cs
@@ -12,8 +12,7 @@ public static void TestDefaultMemoryPool()
12
var pool = MemoryPool.GetDefaultMemoryPool();
13
14
Assert.AreEqual(0, pool.BytesAllocated);
15
- Assert.Greater(pool.MaxMemory, 0);
16
- Assert.AreEqual("system", pool.BackendName);
+ Assert.IsNotEmpty(pool.BackendName);
17
18
using (var buffer = new ResizableBuffer())
19
{
0 commit comments