Skip to content

Commit 18c424d

Browse files
authored
Fix test case for recoveryservice (#15009)
Co-authored-by: wyunchi-ms <[email protected]>
1 parent 5a7cf59 commit 18c424d

File tree

1 file changed

+1
-1
lines changed
  • src/RecoveryServices/RecoveryServices.SiteRecovery.Test/ScenarioTests/V2ARCM

1 file changed

+1
-1
lines changed

src/RecoveryServices/RecoveryServices.SiteRecovery.Test/ScenarioTests/V2ARCM/AsrV2ARcmTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public AsrV2ARCMTests(
3232
XunitTracingInterceptor.AddToContext(_logger);
3333
this.PowershellFile = Path.Combine(
3434
AppDomain.CurrentDomain.BaseDirectory,
35-
"ScenarioTests", "V2ARCM", "AsrV2ARCMTests.ps1");
35+
"ScenarioTests", "V2ARCM", "AsrV2ARcmTests.ps1");
3636
this.Initialize();
3737
}
3838

0 commit comments

Comments
 (0)