Skip to content

Commit

Permalink
rename TestAccAWSLambdaEventSourceMapping_BatchWindow -> TestAccAWSLa…
Browse files Browse the repository at this point in the history
…mbdaEventSourceMapping_KinesisBatchWindow
  • Loading branch information
with-joy committed Dec 2, 2020
1 parent c85f7c3 commit e4c52ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_lambda_event_source_mapping_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ func TestAccAWSLambdaEventSourceMapping_StartingPositionTimestamp(t *testing.T)
})
}

func TestAccAWSLambdaEventSourceMapping_BatchWindow(t *testing.T) {
func TestAccAWSLambdaEventSourceMapping_KinesisBatchWindow(t *testing.T) {
var conf lambda.EventSourceMappingConfiguration
rName := acctest.RandomWithPrefix("tf-acc-test")
resourceName := "aws_lambda_event_source_mapping.test"
Expand Down

0 comments on commit e4c52ce

Please sign in to comment.