Skip to content

Deleted database tests for the time being, until proper unit tests #16

Deleted database tests for the time being, until proper unit tests

Deleted database tests for the time being, until proper unit tests #16

Triggered via pull request April 8, 2024 08:05
@RogsielRogsiel
opened #9
dev
Status Failure
Total duration 1m 16s
Billable time 2m
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/.