Skip to content

Commit 676634e

Browse files
committed
test names to have RecoveryServices
1 parent 7fdaf82 commit 676634e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices.Test/ScenarioTests/RecoveryServicesTests.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,28 +35,28 @@ public void RecoveryServicesProtectionTests()
3535

3636
[Fact]
3737
[Trait(Category.AcceptanceType, Category.CheckIn)]
38-
public void TestStorageMapping()
38+
public void RecoveryServicesStorageMappingTest()
3939
{
4040
this.RunPowerShellTest("Test-StorageMapping -vaultSettingsFilePath \"" + vaultSettingsFilePath + "\"");
4141
}
4242

4343
[Fact]
4444
[Trait(Category.AcceptanceType, Category.CheckIn)]
45-
public void TestStorageUnMapping()
45+
public void RecoveryServicesStorageUnMappingTest()
4646
{
4747
this.RunPowerShellTest("Test-StorageUnMapping -vaultSettingsFilePath \"" + vaultSettingsFilePath + "\"");
4848
}
4949

5050
[Fact]
5151
[Trait(Category.AcceptanceType, Category.CheckIn)]
52-
public void TestNetworkMapping()
52+
public void RecoveryServicesNetworkMappingTest()
5353
{
5454
this.RunPowerShellTest("Test-NetworkMapping -vaultSettingsFilePath \"" + vaultSettingsFilePath + "\"");
5555
}
5656

5757
[Fact]
5858
[Trait(Category.AcceptanceType, Category.CheckIn)]
59-
public void TestNetworkUnMapping()
59+
public void RecoveryServicesNetworkUnMappingTest()
6060
{
6161
this.RunPowerShellTest("Test-NetworkUnMapping -vaultSettingsFilePath \"" + vaultSettingsFilePath + "\"");
6262
}

0 commit comments

Comments
 (0)