Skip to content

Commit

Permalink
#1: Attempt to fix travis tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
erickskrauch committed Apr 28, 2019
1 parent 9250d53 commit 90ce22f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/mojang/queue/queue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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())
Expand Down

0 comments on commit 90ce22f

Please sign in to comment.