Rename mixed resolver test scope for clarity

This commit is contained in:
copilot-swe-agent[bot]
2026-05-26 20:44:03 +00:00
committed by GitHub
parent fe6203c027
commit 15cb9ae2ec
+2 -2
View File
@@ -695,8 +695,8 @@ func TestGetReferrers(t *testing.T) {
})
}
func TestQueryResolverErrors(t *testing.T) {
Convey("Errors", t, func() {
func TestQueryResolverErrorsAndEmptyResults(t *testing.T) {
Convey("Errors and empty results", t, func() {
log := log.NewTestLogger()
ctx := graphql.WithResponseContext(context.Background(), graphql.DefaultErrorPresenter,
graphql.DefaultRecover)