Skip to content

Commit

Permalink
Update protocol/daemons/types/health_checkable_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: ttl33 <[email protected]>
  • Loading branch information
clemire and ttl33 authored Nov 4, 2023
1 parent 7f4ae9b commit a87f57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/daemons/types/health_checkable_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func TestHealthCheckableImpl_Mixed(t *testing.T) {
healthCheckTime time.Time
expectedHealthStatus error
}{
"unhealthy: no updates": {
"unhealthy: no updates, returns initializing error": {
healthCheckTime: Time1,
expectedHealthStatus: fmt.Errorf(
"no successful update has occurred; last failed update occurred at %v with error '%w'",
Expand Down

0 comments on commit a87f57f

Please sign in to comment.