fix #52
Annotations
3 errors and 1 warning
Test:
common/tests/stores.go#L51
cannot use mockdb.NewMockTagStore(t) (value of type *"opencsg.com/csghub-server/_mocks/opencsg.com/csghub-server/builder/store/database".MockTagStore) as "opencsg.com/csghub-server/builder/store/database".TagStore value in struct literal: *"opencsg.com/csghub-server/_mocks/opencsg.com/csghub-server/builder/store/database".MockTagStore does not implement "opencsg.com/csghub-server/builder/store/database".TagStore (missing method FindTag)
|
Test:
common/tests/stores.go#L101
impossible type assertion: s.Tag.(*mockdb.MockTagStore)
|
Test
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