diff --git a/gqlerror/error_test.go b/gqlerror/error_test.go index c340b11a..69db4c45 100644 --- a/gqlerror/error_test.go +++ b/gqlerror/error_test.go @@ -63,8 +63,8 @@ func TestList_As(t *testing.T) { targetFound bool }{ { - name: "Empty list", - errs: List{}, + name: "Empty list", + errs: List{}, }, { name: "List with one error",