Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
wscalf committed Sep 11, 2024
1 parent 8201a48 commit d89391f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/data/LocalSpiceDbContainer.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func CreateContainer(opts *ContainerOptions) (*LocalSpiceDbContainer, error) {
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Second)
defer cancel()
client := grpc_health_v1.NewHealthClient(conn)
client.Check(ctx, &grpc_health_v1.HealthCheckRequest{})
_, err = client.Check(ctx, &grpc_health_v1.HealthCheckRequest{})
return err
})

Expand Down

0 comments on commit d89391f

Please sign in to comment.