aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/export_test.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2020-11-08 23:56:32 +0100
committerMichael Muré <batolettre@gmail.com>2021-02-14 12:17:47 +0100
commitb01aa18d3925a23ba0ad32a322617de7dc9a299e (patch)
treeefb1ab12812d0dbf91609f0647060d713c9ba058 /bridge/github/export_test.go
parentab57d74a312f325b9d889752aa92c00c395de20f (diff)
downloadgit-bug-b01aa18d3925a23ba0ad32a322617de7dc9a299e.tar.gz
identity: PR fixes
Diffstat (limited to 'bridge/github/export_test.go')
-rw-r--r--bridge/github/export_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/github/export_test.go b/bridge/github/export_test.go
index 5b9a3495..b7a36bcf 100644
--- a/bridge/github/export_test.go
+++ b/bridge/github/export_test.go
@@ -126,7 +126,7 @@ func testCases(t *testing.T, repo *cache.RepoCache) []*testCase {
}
}
-func TestPushPull(t *testing.T) {
+func TestGithubPushPull(t *testing.T) {
// repo owner
envUser := os.Getenv("GITHUB_TEST_USER")