mirror of
https://github.com/project-zot/zot.git
synced 2026-06-15 11:37:56 +08:00
Rename mixed resolver test scope for clarity
This commit is contained in:
committed by
GitHub
parent
fe6203c027
commit
15cb9ae2ec
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user