Skip to content

Commit e65be3d

Browse files
committed
Format with tabs, add missing comma
1 parent 55ac68e commit e65be3d

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

builtin/providers/aws/data_source_aws_billing_service_account_test.go

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
package aws
22

33
import (
4-
"testing"
4+
"testing"
55

6-
"github.com/hashicorp/terraform/helper/resource"
6+
"github.com/hashicorp/terraform/helper/resource"
77
)
88

99
func TestAccAWSBillingServiceAccount_basic(t *testing.T) {
10-
resource.Test(t, resource.TestCase{
11-
PreCheck: func() { testAccPreCheck(t) },
12-
Providers: testAccProviders,
13-
Steps: []resource.TestStep{
14-
resource.TestStep{
15-
Config: testAccCheckAwsBillingServiceAccountConfig,
16-
Check: resource.ComposeTestCheckFunc(
17-
resource.TestCheckResourceAttr("data.aws_billing_service_account.main", "id", "386209384616"),
18-
resource.TestCheckResourceAttr("data.aws_billing_service_account.main", "arn", "arn:aws:iam::386209384616:root"),
19-
),
20-
}
21-
},
22-
})
10+
resource.Test(t, resource.TestCase{
11+
PreCheck: func() { testAccPreCheck(t) },
12+
Providers: testAccProviders,
13+
Steps: []resource.TestStep{
14+
resource.TestStep{
15+
Config: testAccCheckAwsBillingServiceAccountConfig,
16+
Check: resource.ComposeTestCheckFunc(
17+
resource.TestCheckResourceAttr("data.aws_billing_service_account.main", "id", "386209384616"),
18+
resource.TestCheckResourceAttr("data.aws_billing_service_account.main", "arn", "arn:aws:iam::386209384616:root"),
19+
),
20+
},
21+
},
22+
})
2323
}
2424

2525
const testAccCheckAwsBillingServiceAccountConfig = `

0 commit comments

Comments
 (0)