Update pkg/storage/driver/sql_test.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Sumit Solanki <sumit.solanki@ibm.com>
pull/31968/head
Sumit Solanki 2 months ago committed by GitHub
parent d57b0e95c9
commit 88233b7cd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -139,7 +139,7 @@ func TestSQLList(t *testing.T) {
})
for _, r := range releases {
body, _ := encodeRelease(r)
rows.AddRow("", r.Namespace, body)
rows.AddRow(testKey(r.Name, r.Version), r.Namespace, body)
}
mock.
ExpectQuery(regexp.QuoteMeta(query)).

Loading…
Cancel
Save