We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fc280 commit ef3db7aCopy full SHA for ef3db7a
2 files changed
Source/Tests/Putty/ArgumentBuilderSshTests.cs
@@ -3,7 +3,6 @@
3
4
namespace Tests.Putty
5
{
6
- [TestClass]
7
public class ArgumentBuilderTests : PuttyArgumentBuilderTests<SshOptions>
8
9
[TestInitialize]
Source/Tests/Putty/PuttyArgumentBuilderTests.cs
@@ -6,7 +6,6 @@
10
public class PuttyArgumentBuilderTests<TOptions> where TOptions : PuttyOptions
11
12
protected TOptions Options { get; set; }
0 commit comments