Skip to content

implement unit-tests + resolve conflicts #132

implement unit-tests + resolve conflicts

implement unit-tests + resolve conflicts #132

Triggered via push May 5, 2025 11:21
Status Failure
Total duration 4m 24s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

17 errors
system-tests
Process completed with exit code 1.
unit-tests: pkg/testutil/lumera.go#L12
action_msg redeclared in this block
unit-tests: pkg/testutil/lumera.go#L5
other declaration of action_msg
unit-tests: pkg/testutil/lumera.go#L12
"github.com/LumeraProtocol/supernode/pkg/lumera/modules/action_msg" imported and not used
unit-tests: pkg/testutil/lumera.go#L72
method MockLumeraClient.ActionMsg already declared at pkg/testutil/lumera.go:36:28
unit-tests: pkg/testutil/lumera.go#L73
cannot use c.actionMsgMod (variable of type *MockActionMsgModule) as action_msg.Module value in return statement: *MockActionMsgModule does not implement action_msg.Module (wrong type for method FinalizeCascadeAction)
unit-tests: pkg/testutil/lumera.go#L127
method MockActionModule.GetParams already declared at pkg/testutil/lumera.go:114:28
unit-tests: pkg/testutil/lumera.go#L187
method MockSupernodeModule.GetParams already declared at pkg/testutil/lumera.go:148:31
unit-tests
Process completed with exit code 1.
integration-tests: pkg/testutil/lumera.go#L12
action_msg redeclared in this block
integration-tests: pkg/testutil/lumera.go#L5
other declaration of action_msg
integration-tests: pkg/testutil/lumera.go#L12
"github.com/LumeraProtocol/supernode/pkg/lumera/modules/action_msg" imported and not used
integration-tests: pkg/testutil/lumera.go#L72
method MockLumeraClient.ActionMsg already declared at pkg/testutil/lumera.go:36:28
integration-tests: pkg/testutil/lumera.go#L73
cannot use c.actionMsgMod (variable of type *MockActionMsgModule) as action_msg.Module value in return statement: *MockActionMsgModule does not implement action_msg.Module (wrong type for method FinalizeCascadeAction)
integration-tests: pkg/testutil/lumera.go#L127
method MockActionModule.GetParams already declared at pkg/testutil/lumera.go:114:28
integration-tests: pkg/testutil/lumera.go#L187
method MockSupernodeModule.GetParams already declared at pkg/testutil/lumera.go:148:31
integration-tests
Process completed with exit code 1.