aboutsummaryrefslogtreecommitdiffstats
path: root/bridge/github/export_test.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2021-04-09 13:07:45 +0200
committerMichael Muré <batolettre@gmail.com>2021-04-09 13:07:45 +0200
commit10a80f188861157b5f58bb700fe7f1c84bb4da95 (patch)
treeb6c977c4687d556b42a5b62643c6b2d113c789af /bridge/github/export_test.go
parent1520f678f7a2bc6e01d9b01df5ce49f2f46be7d7 (diff)
downloadgit-bug-10a80f188861157b5f58bb700fe7f1c84bb4da95.tar.gz
github: minor cleanups
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 b7a36bcf..78425e60 100644
--- a/bridge/github/export_test.go
+++ b/bridge/github/export_test.go
@@ -268,7 +268,7 @@ func TestGithubPushPull(t *testing.T) {
require.True(t, ok)
require.Equal(t, issueOrigin, target)
- //TODO: maybe more tests to ensure bug final state
+ // TODO: maybe more tests to ensure bug final state
})
}
}