From 519f886449b5eec9bdfd4c33962ef83bf0d7b3e6 Mon Sep 17 00:00:00 2001 From: wiboris Date: Tue, 9 Sep 2025 17:41:37 -0700 Subject: [PATCH] comment update --- src/Batch/Batch.Test/Jobs/EnableBatchJobCommandTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Batch/Batch.Test/Jobs/EnableBatchJobCommandTests.cs b/src/Batch/Batch.Test/Jobs/EnableBatchJobCommandTests.cs index ceeeb5ccd47b..5ad5b1437a38 100644 --- a/src/Batch/Batch.Test/Jobs/EnableBatchJobCommandTests.cs +++ b/src/Batch/Batch.Test/Jobs/EnableBatchJobCommandTests.cs @@ -56,7 +56,7 @@ public void EnableJobParametersTest() cmdlet.Id = "testJob"; - // Don't go to the service on an Enable CloudJob call + // Don't go to the service on an Enable BatchJob call RequestInterceptor interceptor = BatchTestHelpers.CreateFakeServiceResponseInterceptor>(); cmdlet.AdditionalBehaviors = new List() { interceptor };