Deleted database tests for the time being, until proper unit tests #16
Annotations
6 errors and 1 warning
test:
internal/database/store_account.go#L45
cannot use arg.ID (variable of type int64) as string value in argument to q.GetUser
|
test:
internal/database/store_account.go#L67
q.GetUserUsername undefined (type *Queries has no field or method GetUserUsername)
|
test:
internal/database/store_account.go#L116
q.UpdateUser undefined (type *Queries has no field or method UpdateUser)
|
test:
internal/database/store_account.go#L116
undefined: UpdateUserParams
|
test:
internal/database/store_account.go#L132
cannot use int64(arg) (value of type int64) as string value in argument to q.DeleteUser
|
test
Process completed with exit code 2.
|
test
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/.
|