mirror of
				https://github.com/elyby/chrly.git
				synced 2025-05-31 14:11:51 +05:30 
			
		
		
		
	#1: Attempt to fix travis tests run
This commit is contained in:
		@@ -109,6 +109,7 @@ func (suite *queueTestSuite) SetupTest() {
 | 
			
		||||
 | 
			
		||||
func (suite *queueTestSuite) TearDownTest() {
 | 
			
		||||
	suite.done()
 | 
			
		||||
	time.Sleep(10 * time.Millisecond) // Add delay to let finish all goroutines before assert mocks calls
 | 
			
		||||
	suite.MojangApi.AssertExpectations(suite.T())
 | 
			
		||||
	suite.Storage.AssertExpectations(suite.T())
 | 
			
		||||
	suite.Logger.AssertExpectations(suite.T())
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user