mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-27 01:18:27 +00:00 
			
		
		
		
	Decouple unit test, remove intermediate unittestbridge package (#17662)
				
					
				
			Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		| @@ -15,7 +15,7 @@ import ( | ||||
| // TestFixturesAreConsistent assert that test fixtures are consistent | ||||
| func TestFixturesAreConsistent(t *testing.T) { | ||||
| 	assert.NoError(t, unittest.PrepareTestDatabase()) | ||||
| 	CheckConsistencyFor(t, | ||||
| 	unittest.CheckConsistencyFor(t, | ||||
| 		&User{}, | ||||
| 		&Repository{}, | ||||
| 		&Issue{}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user