We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2ab46 commit be7bed9Copy full SHA for be7bed9
1 file changed
services/issue/commit_test.go
@@ -317,7 +317,7 @@ func TestUpdateIssuesCommit_SelfReference(t *testing.T) {
317
}
318
319
repo := unittest.AssertExistsAndLoadBean(t, &repo_model.Repository{ID: 1})
320
-
+
321
selfRefCommentBean := &issues_model.Comment{
322
Type: issues_model.CommentTypeCommitRef,
323
CommitSHA: "1a8823cd1a9549fde083f992f6b9b87a7ab74fb3",
0 commit comments