Skip to content

Commit f6daa4d

Browse files
committed
Enable HandleShouldHaveBeenClosed test.
1 parent 14b571f commit f6daa4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Renci.SshNet.Tests/Classes/Sftp/SftpFileReaderTest_DisposeShouldUnblockReadAndReadAhead.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ public void ReadAfterDisposeShouldThrowObjectDisposedException()
109109
}
110110
}
111111

112+
[TestMethod]
112113
public void HandleShouldHaveBeenClosed()
113114
{
114115
SftpSessionMock.Verify(p => p.BeginClose(_handle, null, null), Times.Once);

0 commit comments

Comments
 (0)