internal/target: correct comment (#4091)

pull/4202/head
Johan Brandhorst-Satzkorn 2 years ago
parent 9c3eb16046
commit 37d4f0e373

@ -54,7 +54,7 @@ func TestService_List(t *testing.T) {
targets = append(targets, targettest.TestNewTestTarget(ctx, t, conn, proj1.GetPublicId(), fmt.Sprintf("proj1-%d", i)))
}
// since we sort ascending, we need to reverse targets
// since we sort descending, we need to reverse targets
slices.Reverse(targets)
// Run analyze to update target estimate

Loading…
Cancel
Save