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 };