Skip to content

feat(source): create bulk event #588

feat(source): create bulk event

feat(source): create bulk event #588

Triggered via pull request February 13, 2025 16:49
Status Failure
Total duration 17m 9s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
build: source/service/event/service_test.go#L29
cannot use mockRepo (variable of type *MockRepository) as Repository value in argument to New: *MockRepository does not implement Repository (wrong type for method CreateNewEvent)
build: source/service/event/service_test.go#L31
not enough arguments in call to svc.CreateNewEvent
build: source/service/event/service_test.go#L34
cannot use "2sdf121fa-dfe21" (untyped string constant) as []string value in struct literal
build: source/service/event/service_test.go#L41
cannot use mockRepo (variable of type *MockRepository) as Repository value in argument to New: *MockRepository does not implement Repository (wrong type for method CreateNewEvent)
build: source/service/event/service_test.go#L43
not enough arguments in call to svc.CreateNewEvent
build
Process completed with exit code 2.