aboutsummaryrefslogtreecommitdiff
path: root/internal/testgit/repo.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/testgit/repo.go')
-rw-r--r--internal/testgit/repo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/testgit/repo.go b/internal/testgit/repo.go
index 78c079fc..f28ed0cb 100644
--- a/internal/testgit/repo.go
+++ b/internal/testgit/repo.go
@@ -28,7 +28,7 @@ func NewRepo(tb testing.TB, opts RepoOptions) (*Repo, error) {
"GIT_CONFIG_GLOBAL=/dev/null",
"GIT_CONFIG_SYSTEM=/dev/null",
"GIT_AUTHOR_NAME=Test Author",
- "GIT_AUTHOR_EMAIL=test@example.org",
+ "GIT_AUTHOR_EMAIL=author@example.org",
"GIT_COMMITTER_NAME=Test Committer",
"GIT_COMMITTER_EMAIL=committer@example.org",
"GIT_AUTHOR_DATE=1234567890 +0000",