Parcourir la source

Remove placeholder.

Gert Driesen il y a 11 ans
Parent
commit
b7d3a4fe5d

+ 0 - 13
Renci.SshClient/Renci.SshNet.Tests/Classes/Sftp/SftpFileSystemInformationTest.cs

@@ -1,13 +0,0 @@
-using Microsoft.VisualStudio.TestTools.UnitTesting;
-using Renci.SshNet.Tests.Common;
-
-namespace Renci.SshNet.Tests.Classes.Sftp
-{
-    /// <summary>
-    /// Contains File system information exposed by statvfs@openssh.com request.
-    /// </summary>
-    [TestClass]
-    public class SftpFileSytemInformation : TestBase
-    {
-    }
-}