Update tests/ImageSharp.Tests/IO/ChunkedMemoryStreamTests.cs
Co-authored-by: Anton Firszov <antonfir@gmail.com>
This commit is contained in:
Родитель
c45702df5b
Коммит
c4fd666018
|
@ -13,7 +13,7 @@ namespace SixLabors.ImageSharp.Tests.IO;
|
|||
/// </summary>
|
||||
public class ChunkedMemoryStreamTests
|
||||
{
|
||||
private readonly Random bufferFiller = new();
|
||||
private readonly Random bufferFiller = new(123);
|
||||
|
||||
/// <summary>
|
||||
/// The default length in bytes of each buffer chunk when allocating large buffers.
|
||||
|
|
Загрузка…
Ссылка в новой задаче