updated the order in which records of tables are deleted #40
Annotations
8 errors and 1 warning
Test:
api/accounts_handler_test.go#L93
cannot use services (variable of type *mockdb.MockServices) as services.Services value in argument to NewTestServer: *mockdb.MockServices does not implement services.Services (missing method UpdateUser)
|
Test:
api/accounts_handler_test.go#L208
cannot use services (variable of type *mockdb.MockServices) as services.Services value in argument to NewTestServer: *mockdb.MockServices does not implement services.Services (missing method UpdateUser)
|
Test:
api/accounts_handler_test.go#L351
cannot use services (variable of type *mockdb.MockServices) as services.Services value in argument to NewTestServer: *mockdb.MockServices does not implement services.Services (missing method UpdateUser)
|
Test:
api/accounts_handler_test.go#L475
cannot use services (variable of type *mockdb.MockServices) as services.Services value in argument to NewTestServer: *mockdb.MockServices does not implement services.Services (missing method UpdateUser)
|
Test:
api/users_handler_test.go#L255
cannot use services (variable of type *mockdb.MockServices) as services.Services value in argument to NewTestServer: *mockdb.MockServices does not implement services.Services (missing method UpdateUser)
|
Test:
api/users_handler_test.go#L364
cannot use services (variable of type *mockdb.MockServices) as services.Services value in argument to NewTestServer: *mockdb.MockServices does not implement services.Services (missing method UpdateUser)
|
Test:
api/users_handler_test.go#L630
cannot use services (variable of type *mockdb.MockServices) as services.Services value in argument to NewTestServer: *mockdb.MockServices does not implement services.Services (missing method UpdateUser)
|
Test
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading