mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 09:15:47 +00:00
Enable HandleShouldHaveBeenClosed test.
This commit is contained in:
+1
@@ -109,6 +109,7 @@ namespace Renci.SshNet.Tests.Classes.Sftp
|
||||
}
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
public void HandleShouldHaveBeenClosed()
|
||||
{
|
||||
SftpSessionMock.Verify(p => p.BeginClose(_handle, null, null), Times.Once);
|
||||
|
||||
Reference in New Issue
Block a user