Fix test after refactoring.

This commit is contained in:
drieseng
2016-09-06 19:57:32 +02:00
parent 395bbe70d6
commit f2a8d0ff75
@@ -53,8 +53,6 @@ namespace Renci.SshNet.Tests.Classes.Sftp.Responses
var target = new StatVfsReplyInfo();
var sshDataStream = new SshDataStream(4 + 1 + 4 + 88);
sshDataStream.Write((uint) (sshDataStream.Capacity - 4));
sshDataStream.WriteByte((byte) SftpMessageTypes.ExtendedReply);
sshDataStream.Write(_responseId);
sshDataStream.Write(_bsize);
sshDataStream.Write(_frsize);