Skip to content

Commit ef3db7a

Browse files
committed
Removed wrong usage of testclass attribute
1 parent a7fc280 commit ef3db7a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Source/Tests/Putty/ArgumentBuilderSshTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
namespace Tests.Putty
55
{
6-
[TestClass]
76
public class ArgumentBuilderTests : PuttyArgumentBuilderTests<SshOptions>
87
{
98
[TestInitialize]

Source/Tests/Putty/PuttyArgumentBuilderTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77
namespace Tests.Putty
88
{
9-
[TestClass]
109
public class PuttyArgumentBuilderTests<TOptions> where TOptions : PuttyOptions
1110
{
1211
protected TOptions Options { get; set; }

0 commit comments

Comments
 (0)