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 c45702d commit c4fd666Copy full SHA for c4fd666
tests/ImageSharp.Tests/IO/ChunkedMemoryStreamTests.cs
@@ -13,7 +13,7 @@ namespace SixLabors.ImageSharp.Tests.IO;
13
/// </summary>
14
public class ChunkedMemoryStreamTests
15
{
16
- private readonly Random bufferFiller = new();
+ private readonly Random bufferFiller = new(123);
17
18
/// <summary>
19
/// The default length in bytes of each buffer chunk when allocating large buffers.
0 commit comments