(t *testing.T, client *github.Client, remote string, changes map[string]string)
| 367 | } |
| 368 | |
| 369 | func verifyGithubRepoContents(t *testing.T, client *github.Client, remote string, changes map[string]string) { |
| 370 | t.Helper() |
| 371 | verifyGithubRepoBranchContents(t, client, remote, "", changes) |
| 372 | } |
| 373 | |
| 374 | func verifyGithubRepoBranchContents(t *testing.T, client *github.Client, remote string, branch string, changes map[string]string) { |
| 375 | t.Helper() |
no test coverage detected