Skip to content

Commit 14811ed

Browse files
committed
Remove outdated comment
1 parent cb6be02 commit 14811ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/github/repository_resource_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ func Test_repositoryResourceContents(t *testing.T) {
6060
raw.GetRawReposContentsByOwnerByRepoByBranchByPath,
6161
http.HandlerFunc(func(w http.ResponseWriter, _ *http.Request) {
6262
w.Header().Set("Content-Type", "text/markdown")
63-
// as this is given as a png, it will return the content as a blob
6463
_, err := w.Write([]byte("# Test Repository\n\nThis is a test repository."))
6564
require.NoError(t, err)
6665
}),

0 commit comments

Comments
 (0)