Skip to content

Commit 58c0b4f

Browse files
author
Pedro Fonseca
committed
Adjust SFTP FileReader testcases to accept new MaxPendingReads values
1 parent b32a422 commit 58c0b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Renci.SshNet.Tests/Classes/ServiceFactoryTest_CreateSftpFileReader_EndLStatThrowsSshException.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ private void SetupMocks()
5959
.Setup(p => p.EndLStat(_statAsyncResult))
6060
.Throws(new SshException());
6161
_sftpSessionMock.InSequence(seq)
62-
.Setup(p => p.CreateFileReader(_handle, _sftpSessionMock.Object, _chunkSize, 3, null))
62+
.Setup(p => p.CreateFileReader(_handle, _sftpSessionMock.Object, _chunkSize, 10, null))
6363
.Returns(_sftpFileReaderMock.Object);
6464
}
6565

0 commit comments

Comments
 (0)