Skip to content

Commit

Permalink
Fixed Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
genaray committed Nov 25, 2023
1 parent e21eab2 commit 979f9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arch.LowLevel.Tests/Jagged/JaggedArrayTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void Add([Values(256,512,1024)] int capacity)
That(item, Is.EqualTo(index));
}

That(jaggedArray.Capacity, Is.EqualTo(capacity));
That(jaggedArray.Capacity, Is.GreaterThan(capacity));
}

/// <summary>
Expand Down

0 comments on commit 979f9f3

Please sign in to comment.