Skip to content

Commit

Permalink
Merge pull request #4210 from tomelliff/fix-vet-issue
Browse files Browse the repository at this point in the history
Fix vet issue
  • Loading branch information
bflad authored Apr 17, 2018
2 parents 608d1ab + 0f9f57d commit bd7811d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_organizations_account_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func testAccAwsOrganizationsAccount_basic(t *testing.T) {
}

rInt := acctest.RandInt()
name := fmt.Sprintf("tf_acctest_%s", rInt)
name := fmt.Sprintf("tf_acctest_%d", rInt)
email := fmt.Sprintf("tf-acctest+%d@%s", rInt, orgsEmailDomain)

resource.Test(t, resource.TestCase{
Expand Down

0 comments on commit bd7811d

Please sign in to comment.