refactor: queue pr part 1 #3612
Annotations
6 errors and 1 warning
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 (wrong type for method Register)
|
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 (wrong type for method Register)
|
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 (wrong type for method Register)
|
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 (wrong type for method Register)
|
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 (wrong type for method Register)
|
Run tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading