Skip to content

Commit

Permalink
fix: test pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Mar 18, 2024
1 parent 6dd718a commit 7cbf387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/worker/worker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ func testWorker() *api.Worker {
Active: new(bool),
Status: new(string),
LastStatusUpdateAt: new(int64),
RunningBuilds: []*library.Build{b},
RunningBuilds: &[]*library.Build{b},
LastBuildStartedAt: new(int64),
LastBuildFinishedAt: new(int64),
LastCheckedIn: new(int64),
Expand Down

0 comments on commit 7cbf387

Please sign in to comment.