Skip to content

Commit c4fd666

Browse files
Update tests/ImageSharp.Tests/IO/ChunkedMemoryStreamTests.cs
Co-authored-by: Anton Firszov <[email protected]>
1 parent c45702d commit c4fd666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ImageSharp.Tests/IO/ChunkedMemoryStreamTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace SixLabors.ImageSharp.Tests.IO;
1313
/// </summary>
1414
public class ChunkedMemoryStreamTests
1515
{
16-
private readonly Random bufferFiller = new();
16+
private readonly Random bufferFiller = new(123);
1717

1818
/// <summary>
1919
/// The default length in bytes of each buffer chunk when allocating large buffers.

0 commit comments

Comments
 (0)