Browse Source

Fix AutoExpandingMemoryTest

pull/2633/head
Ynse Hoornenborg 2 years ago
parent
commit
2bac577cf7
  1. 1
      tests/ImageSharp.Tests/Memory/AutoExpandingMemoryTests.cs

1
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) =>

Loading…
Cancel
Save