Skip to content

Commit

Permalink
Update job_definition_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit authored Oct 21, 2024
1 parent 1be462f commit e5b27c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/batch/job_definition_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ func TestAccBatchJobDefinition_updateWithTags(t *testing.T) {
testAccCheckJobDefinitionExists(ctx, resourceName, &jd),
),
},
// Create ensure that tags are put on the new revision.
// Ensure that tags are put on the new revision.
{
Config: testAccJobDefinitionConfig_simpleWithTagsUpdate(rName),
ConfigPlanChecks: resource.ConfigPlanChecks{
Expand Down

0 comments on commit e5b27c3

Please sign in to comment.