mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 01:05:42 +00:00
Fix test failure.
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ namespace Renci.SshNet.Tests.Classes.Sftp
|
||||
var random = new Random();
|
||||
_path = random.Next().ToString();
|
||||
_handle = GenerateRandom(3, random);
|
||||
_bufferSize = (uint) random.Next(0, 1000);
|
||||
_bufferSize = (uint) random.Next(1, 1000);
|
||||
_readBufferSize = (uint) random.Next(0, 1000);
|
||||
_writeBufferSize = (uint) random.Next(0, 1000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user