Skip to content

Commit 823b094

Browse files
author
Varun Kumar
committed
Shortening test file names
1 parent 79fc393 commit 823b094

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/ResourceManager/ManagedServiceIdentity/Commands.ManagedServiceIdentity.Test/Commands.ManagedServiceIdentity.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
</ItemGroup>
9292
<ItemGroup>
9393
<Compile Include="Properties\AssemblyInfo.cs" />
94-
<Compile Include="ScenarioTests\UserAssignedIdentityCrudTests.cs" />
94+
<Compile Include="ScenarioTests\CrudTests.cs" />
9595
<Compile Include="TestController.cs" />
9696
</ItemGroup>
9797
<ItemGroup>
@@ -115,7 +115,7 @@
115115
<ItemGroup>
116116
<None Include="App.config" />
117117
<None Include="packages.config" />
118-
<None Include="ScenarioTests\UserAssignedIdentityCrudTests.ps1">
118+
<None Include="ScenarioTests\CrudTests.ps1">
119119
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
120120
</None>
121121
<None Include="SessionRecords\**\*.json">
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
namespace Microsoft.Azure.Commands.ManagedServiceIdentity.Test.ScenarioTests
88
{
9-
public class UserAssignedIdentityCrudTests : RMTestBase
9+
public class CrudTests : RMTestBase
1010
{
11-
public UserAssignedIdentityCrudTests(Xunit.Abstractions.ITestOutputHelper output)
11+
public CrudTests(Xunit.Abstractions.ITestOutputHelper output)
1212
{
1313
var helper = new EnvironmentSetupHelper
1414
{
@@ -19,7 +19,7 @@ public UserAssignedIdentityCrudTests(Xunit.Abstractions.ITestOutputHelper output
1919

2020
[Fact]
2121
[Trait(Category.AcceptanceType, Category.CheckIn)]
22-
public void TestUserAssignedIdentityCrud()
22+
public void TestCrud()
2323
{
2424
new TestController().RunPsTest("Test-CrudUserAssignedIdentity");
2525
}

0 commit comments

Comments
 (0)