mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 08:12:26 -05:00 
			
		
		
		
	change muchos things
This commit is contained in:
		
					parent
					
						
							
								fffff93b75
							
						
					
				
			
			
				commit
				
					
						2786b5f887
					
				
			
		
					 70 changed files with 999 additions and 570 deletions
				
			
		|  | @ -27,6 +27,7 @@ import ( | |||
| 	"github.com/stretchr/testify/suite" | ||||
| 	"github.com/superseriousbusiness/gotosocial/internal/api/model" | ||||
| 	"github.com/superseriousbusiness/gotosocial/internal/gtsmodel" | ||||
| 	"github.com/superseriousbusiness/gotosocial/internal/messages" | ||||
| 	"github.com/superseriousbusiness/gotosocial/internal/processing/status" | ||||
| 	"github.com/superseriousbusiness/gotosocial/testrig" | ||||
| ) | ||||
|  | @ -68,7 +69,7 @@ func (suite *UtilTestSuite) SetupTest() { | |||
| 	suite.db = testrig.NewTestDB() | ||||
| 	suite.log = testrig.NewTestLog() | ||||
| 	suite.typeConverter = testrig.NewTestTypeConverter(suite.db) | ||||
| 	suite.fromClientAPIChan = make(chan gtsmodel.FromClientAPI, 100) | ||||
| 	suite.fromClientAPIChan = make(chan messages.FromClientAPI, 100) | ||||
| 	suite.status = status.New(suite.db, suite.typeConverter, suite.config, suite.fromClientAPIChan, suite.log) | ||||
| 
 | ||||
| 	testrig.StandardDBSetup(suite.db, nil) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue