mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 04:14:01 +01:00 
			
		
		
		
	Fix unit test on Test_Projects fail
This commit is contained in:
		
							parent
							
								
									ef8fa684b1
								
							
						
					
					
						commit
						f5717d045c
					
				@ -144,9 +144,10 @@ func IssueAssignOrRemoveProject(ctx context.Context, issue *Issue, doer *user_mo
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			pi = append(pi, &project_model.ProjectIssue{
 | 
			
		||||
				IssueID:   issue.ID,
 | 
			
		||||
				ProjectID: pID,
 | 
			
		||||
				Sorting:   newSorting,
 | 
			
		||||
				IssueID:         issue.ID,
 | 
			
		||||
				ProjectID:       pID,
 | 
			
		||||
				ProjectColumnID: newColumnID,
 | 
			
		||||
				Sorting:         newSorting,
 | 
			
		||||
			})
 | 
			
		||||
 | 
			
		||||
			if _, err := CreateComment(ctx, &CreateCommentOptions{
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user