Skip to content

Commit 5b4aac5

Browse files
committed
Removed TestClass attribute
1 parent 837f146 commit 5b4aac5

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationConfigurationTest.cs

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

2727
namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
2828
{
29-
[TestClass]
3029
public class GetAzureAutomationConfigurationTest : RMTestBase
3130
{
3231
private Mock<IAutomationClient> mockAutomationClient;

src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscCompilationJobTest.cs

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

2828
namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
2929
{
30-
[TestClass]
3130
public class GetAzureAutomationDscCompilationJobTest : RMTestBase
3231
{
3332
private Mock<IAutomationClient> mockAutomationClient;

src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeConfigurationTest.cs

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

2828
namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
2929
{
30-
[TestClass]
3130
public class GetAzureAutomationDscNodeConfigurationTest : RMTestBase
3231
{
3332
private Mock<IAutomationClient> mockAutomationClient;

src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeReportTest.cs

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

2828
namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
2929
{
30-
[TestClass]
3130
public class GetAzureAutomationDscNodeReportTest : RMTestBase
3231
{
3332
private Mock<IAutomationClient> mockAutomationClient;

src/ResourceManager/Automation/Commands.Automation.Test/UnitTests/GetAzureAutomationDscNodeTest.cs

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

2828
namespace Microsoft.Azure.Commands.ResourceManager.Automation.Test.UnitTests
2929
{
30-
[TestClass]
3130
public class GetAzureAutomationDscNodeTest : RMTestBase
3231
{
3332
private Mock<IAutomationClient> mockAutomationClient;

0 commit comments

Comments
 (0)