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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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.
|
|
|
|
|