internal/credential: fix comment (#4106)

pull/4202/head
Johan Brandhorst-Satzkorn 2 years ago
parent 9f6ac602ee
commit 6b2f5fe29f

@ -51,7 +51,7 @@ func TestService_List(t *testing.T) {
static.TestJsonCredential(t, conn, wrapper, credStore.GetPublicId(), prj.GetPublicId(), obj),
static.TestJsonCredential(t, conn, wrapper, credStore.GetPublicId(), prj.GetPublicId(), obj),
}
// since we sort ascending, we need to reverse targets
// since we sort by create time descending, we need to reverse the slice
slices.Reverse(creds)
// Run analyze to update count estimates

Loading…
Cancel
Save