diff --git a/tests/ImageSharp.Tests/Memory/AutoExpandingMemoryTests.cs b/tests/ImageSharp.Tests/Memory/AutoExpandingMemoryTests.cs index 24ed904c0..5b13889c3 100644 --- a/tests/ImageSharp.Tests/Memory/AutoExpandingMemoryTests.cs +++ b/tests/ImageSharp.Tests/Memory/AutoExpandingMemoryTests.cs @@ -42,7 +42,6 @@ public class AutoExpandingMemoryTests [Theory] [InlineData(1, -1)] - [InlineData(1, 0)] [InlineData(-2, 1)] [InlineData(-2, 0)] public void Guards(int initialCapacity, int requestedCapacity) =>