mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-30 22:11:07 +00:00 
			
		
		
		
	[MODERATION] cope with shared fixtures
* There is one more issue in the fixtures and this breaks some tests * The users in the shared fixtures were renamed for clarity and that breaks some tests (cherry picked from commit707a4edbdf) Conflicts: modules/indexer/issues/indexer_test.go https://codeberg.org/forgejo/forgejo/pulls/1508 (cherry picked from commit82cc044366) (cherry picked from commit2776aec7e8) (cherry picked from commit1fbde36dc7) (cherry picked from commit1293db3c4e) (cherry picked from commit6dbce742d3) (cherry picked from commit652ad8f0f7)
This commit is contained in:
		
					parent
					
						
							
								609f56d4f2
							
						
					
				
			
			
				commit
				
					
						6ad40a59dc
					
				
			
		
					 5 changed files with 15 additions and 15 deletions
				
			
		|  | @ -405,7 +405,7 @@ func TestCountIssues(t *testing.T) { | |||
| 	assert.NoError(t, unittest.PrepareTestDatabase()) | ||||
| 	count, err := issues_model.CountIssues(db.DefaultContext, &issues_model.IssuesOptions{}) | ||||
| 	assert.NoError(t, err) | ||||
| 	assert.EqualValues(t, 20, count) | ||||
| 	assert.EqualValues(t, 21, count) | ||||
| } | ||||
| 
 | ||||
| func TestIssueLoadAttributes(t *testing.T) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue