Browse Source

Update tests/ImageSharp.Tests/IO/ChunkedMemoryStreamTests.cs

Co-authored-by: Anton Firszov <antonfir@gmail.com>
pull/2828/head
James Jackson-South 2 years ago
committed by GitHub
parent
commit
c4fd666018
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      tests/ImageSharp.Tests/IO/ChunkedMemoryStreamTests.cs

2
tests/ImageSharp.Tests/IO/ChunkedMemoryStreamTests.cs

@ -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.

Loading…
Cancel
Save