@@ -4,7 +4,7 @@ import { UtilityHelpers } from '../../generators/UtilityHelpers';
44import { EntityClass } from '../../interfaces/EntityClass' ;
55import { OpenAPISpec } from '../../interfaces/OpenAPISchema' ;
66
7- describe ( 'EntityConverter - GroupedNotificationsResults Special Case ' , ( ) => {
7+ describe ( 'EntityConverter - GroupedNotificationsResults' , ( ) => {
88 let entityConverter : EntityConverter ;
99 let utilityHelpers : UtilityHelpers ;
1010 let typeParser : TypeParser ;
@@ -39,7 +39,7 @@ describe('EntityConverter - GroupedNotificationsResults Special Case', () => {
3939 attributes : [
4040 {
4141 name : 'notification_groups' ,
42- type : '[NotificationGroup]' ,
42+ type : 'Array of [NotificationGroup]' ,
4343 description : 'The grouped notifications themselves.' ,
4444 optional : false ,
4545 nullable : true ,
@@ -114,7 +114,7 @@ describe('EntityConverter - GroupedNotificationsResults Special Case', () => {
114114 attributes : [
115115 {
116116 name : 'notification_groups' ,
117- type : '[NotificationGroup]' ,
117+ type : 'Array of [NotificationGroup]' ,
118118 description : 'The grouped notifications themselves.' ,
119119 optional : false ,
120120 nullable : false ,
0 commit comments