We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7cf59 commit 18c424dCopy full SHA for 18c424d
src/RecoveryServices/RecoveryServices.SiteRecovery.Test/ScenarioTests/V2ARCM/AsrV2ARcmTests.cs
@@ -32,7 +32,7 @@ public AsrV2ARCMTests(
32
XunitTracingInterceptor.AddToContext(_logger);
33
this.PowershellFile = Path.Combine(
34
AppDomain.CurrentDomain.BaseDirectory,
35
- "ScenarioTests", "V2ARCM", "AsrV2ARCMTests.ps1");
+ "ScenarioTests", "V2ARCM", "AsrV2ARcmTests.ps1");
36
this.Initialize();
37
}
38
0 commit comments