Skip to content

Commit 11b46c3

Browse files
committed
Fixed a failing test and converted it to XUnit
1 parent c8e51fa commit 11b46c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ServiceManagement/Compute/Commands.ServiceManagement.Extensions.Test/DSC/UnitTests/GetAzureVMDscExtensionStatusUnitTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ public void TestGetVirtualMachineDscStatusContextListWithVm()
121121
Assert.Null(getAzureVmDscExtensionStatusCmdlet.Name);
122122
Assert.NotNull(getAzureVmDscExtensionStatusCmdlet.VmName);
123123
Assert.Equal(dscExtensionStatusContexts.Count, 1);
124-
Assert.NotNull(getAzureVmDscExtensionStatusCmdlet.Name);
125124
}
126125

127126
[Fact]

0 commit comments

Comments
 (0)