Skip to content

Commit

Permalink
feat: fix some test
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Jan 5, 2025
1 parent a97b123 commit 63f2edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion queue/driver_async_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func (s *DriverAsyncTestSuite) TestDefaultAsyncQueue() {
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
defer cancel()
go func(ctx context.Context) {
worker := s.app.Worker(nil)
worker := s.app.Worker()
s.Nil(worker.Run())

<-ctx.Done()
Expand Down

0 comments on commit 63f2edf

Please sign in to comment.