Skip to content

Commit

Permalink
chore: godocs of tests corrected
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Bressi <[email protected]>
  • Loading branch information
puffitos committed Jan 27, 2024
1 parent 8bda6ac commit c551e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/sparrow/run_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ func TestSparrow_Run_ContextCancel(t *testing.T) {
time.Sleep(time.Millisecond * 30)
}

// TestSparrow_enrichHealthTargets tests that the enrichTargets method
// updates the HealthCheck targets, if they exist in the config of the checks.
// TestSparrow_enrichTargets tests that the enrichTargets method
// updates the targets of the configured checks.
func TestSparrow_enrichTargets(t *testing.T) {
now := time.Now()
testTarget := "https://localhost.de"
Expand Down

0 comments on commit c551e23

Please sign in to comment.