Skip to content

Commit 0d415ff

Browse files
chore: fix code formatting
1 parent 8177ed8 commit 0d415ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/data_source_github_enterprise_team_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func TestAccGithubEnterpriseTeamOrganizationsDataSource(t *testing.T) {
9292
Check: resource.ComposeAggregateTestCheckFunc(
9393
resource.TestCheckResourceAttrSet("data.github_enterprise_team_organizations.test", "id"),
9494
resource.TestCheckResourceAttr("data.github_enterprise_team_organizations.test", "organization_slugs.#", "1"),
95-
resource.TestCheckTypeSetElemAttr("data.github_enterprise_team_organizations.test", "organization_slugs.*", testAccConf.owner),
95+
resource.TestCheckTypeSetElemAttr("data.github_enterprise_team_organizations.test", "organization_slugs.*", testAccConf.owner),
9696
),
9797
},
9898
},

0 commit comments

Comments
 (0)