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 a87f57f commit 1ac3bd9
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 @@ -100,7 +100,7 @@ func TestHealthCheckableImpl_Mixed(t *testing.T) {
healthCheckTime: Time3,
expectedHealthStatus: nil, // expect healthy
},
"unhealthy: last successful update was more than 5 minutes ago": {
"unhealthy: last successful update was more than max delay": {
updates: []struct {
timestamp time.Time
err error
Expand Down

0 comments on commit 1ac3bd9

Please sign in to comment.