Skip to content

Commit f73250c

Browse files
committed
update unit test
1 parent 521df62 commit f73250c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ public class GetAzureAutomationHybridWorkerGroupTest : RMTestBase
2121

2222
private GetAzureAutomationHybridWorkerGroup cmdlet;
2323

24-
[Fact]
25-
[Trait(Category.AcceptanceType, Category.CheckIn)]
26-
public void SetupTest()
24+
25+
public GetAzureAutomationHybridWorkerGroupTest()
2726
{
2827
this.mockAutomationClient = new Mock<IAutomationClient>();
2928
this.mockCommandRuntime = new MockCommandRuntime();

0 commit comments

Comments
 (0)