Skip to content

Commit

Permalink
Update tests/ImageSharp.Tests/IO/ChunkedMemoryStreamTests.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Firszov <antonfir@gmail.com>
  • Loading branch information
JimBobSquarePants and antonfirsov authored Nov 12, 2024
1 parent c45702d commit c4fd666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ImageSharp.Tests/IO/ChunkedMemoryStreamTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit c4fd666

Please sign in to comment.