refactor: queue pr part 1 #3629
Annotations
7 errors
|
Run tests:
event/application_test.go#L65
cannot use mockQueue (variable of type *"github.com/goravel/framework/mocks/queue".Queue) as "github.com/goravel/framework/contracts/queue".Queue value in argument to NewApplication: *"github.com/goravel/framework/mocks/queue".Queue does not implement "github.com/goravel/framework/contracts/queue".Queue (missing method GetJobs)
|
Run tests:
event/task_test.go#L37
cannot use mockQueue (variable of type *"github.com/goravel/framework/mocks/queue".Queue) as "github.com/goravel/framework/contracts/queue".Queue value in argument to NewTask: *"github.com/goravel/framework/mocks/queue".Queue does not implement "github.com/goravel/framework/contracts/queue".Queue (missing method GetJobs)
|
Run tests:
event/task_test.go#L54
cannot use mockQueue (variable of type *"github.com/goravel/framework/mocks/queue".Queue) as "github.com/goravel/framework/contracts/queue".Queue value in argument to NewTask: *"github.com/goravel/framework/mocks/queue".Queue does not implement "github.com/goravel/framework/contracts/queue".Queue (missing method GetJobs)
|
Run tests:
event/task_test.go#L65
cannot use mockQueue (variable of type *"github.com/goravel/framework/mocks/queue".Queue) as "github.com/goravel/framework/contracts/queue".Queue value in argument to NewTask: *"github.com/goravel/framework/mocks/queue".Queue does not implement "github.com/goravel/framework/contracts/queue".Queue (missing method GetJobs)
|
Run tests:
event/task_test.go#L74
cannot use mockQueue (variable of type *"github.com/goravel/framework/mocks/queue".Queue) as "github.com/goravel/framework/contracts/queue".Queue value in argument to NewTask: *"github.com/goravel/framework/mocks/queue".Queue does not implement "github.com/goravel/framework/contracts/queue".Queue (missing method GetJobs)
|
Run tests
The operation was canceled.
|
Loading