Skip to content

Commit

Permalink
improve test naming
Browse files Browse the repository at this point in the history
  • Loading branch information
antonfirsov committed Dec 9, 2021
1 parent 64d11ee commit 1e24da4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ static void RunTest()
[InlineData(300)] // Group of single SharedArrayPoolBuffer<T>
[InlineData(600)] // Group of single UniformUnmanagedMemoryPool buffer
[InlineData(1200)] // Group of two UniformUnmanagedMemoryPool buffers
public void MemoryGroupFinalizer_ReturnsToPool(int length)
public void AllocateMemoryGroup_Finalization_ReturnsToPool(int length)
{
if (!TestEnvironment.RunsOnCI)
{
Expand Down Expand Up @@ -313,7 +313,7 @@ private static void AllocateGroupAndForget(UniformUnmanagedMemoryPoolMemoryAlloc
[Theory]
[InlineData(300)] // Group of single SharedArrayPoolBuffer<T>
[InlineData(600)] // Group of single UniformUnmanagedMemoryPool buffer
public void MemoryOwnerFinalizer_ReturnsToPool(int length)
public void AllocateSingleMemoryOwner_Finalization_ReturnsToPool(int length)
{
if (!TestEnvironment.RunsOnCI)
{
Expand Down

0 comments on commit 1e24da4

Please sign in to comment.