@@ -477,7 +477,7 @@ func TestExpandParameters(t *testing.T) {
477
477
}
478
478
}
479
479
480
- func TestexpandRedshiftParameters (t * testing.T ) {
480
+ func TestExpandRedshiftParameters (t * testing.T ) {
481
481
expanded := []interface {}{
482
482
map [string ]interface {}{
483
483
"name" : "character_set_client" ,
@@ -502,7 +502,7 @@ func TestexpandRedshiftParameters(t *testing.T) {
502
502
}
503
503
}
504
504
505
- func TestexpandElasticacheParameters (t * testing.T ) {
505
+ func TestExpandElasticacheParameters (t * testing.T ) {
506
506
expanded := []interface {}{
507
507
map [string ]interface {}{
508
508
"name" : "activerehashing" ,
@@ -584,7 +584,7 @@ func TestFlattenParameters(t *testing.T) {
584
584
}
585
585
}
586
586
587
- func TestflattenRedshiftParameters (t * testing.T ) {
587
+ func TestFlattenRedshiftParameters (t * testing.T ) {
588
588
cases := []struct {
589
589
Input []* redshift.Parameter
590
590
Output []map [string ]interface {}
@@ -613,7 +613,7 @@ func TestflattenRedshiftParameters(t *testing.T) {
613
613
}
614
614
}
615
615
616
- func TestflattenElasticacheParameters (t * testing.T ) {
616
+ func TestFlattenElasticacheParameters (t * testing.T ) {
617
617
cases := []struct {
618
618
Input []* elasticache.Parameter
619
619
Output []map [string ]interface {}
@@ -774,7 +774,7 @@ func TestFlattenAttachmentWhenNoInstanceId(t *testing.T) {
774
774
}
775
775
}
776
776
777
- func TestflattenStepAdjustments (t * testing.T ) {
777
+ func TestFlattenStepAdjustments (t * testing.T ) {
778
778
expanded := []* autoscaling.StepAdjustment {
779
779
& autoscaling.StepAdjustment {
780
780
MetricIntervalLowerBound : aws .Float64 (1.0 ),
0 commit comments