diff options
author | Michael Muré <batolettre@gmail.com> | 2021-04-09 13:07:45 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2021-04-09 13:07:45 +0200 |
commit | 10a80f188861157b5f58bb700fe7f1c84bb4da95 (patch) | |
tree | b6c977c4687d556b42a5b62643c6b2d113c789af /bridge/github/export_test.go | |
parent | 1520f678f7a2bc6e01d9b01df5ce49f2f46be7d7 (diff) | |
download | git-bug-10a80f188861157b5f58bb700fe7f1c84bb4da95.tar.gz |
github: minor cleanups
Diffstat (limited to 'bridge/github/export_test.go')
-rw-r--r-- | bridge/github/export_test.go | 2 |
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 }) } } |