We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1ec43 commit 92cbc25Copy full SHA for 92cbc25
test/codegen/generators/typescript/channels.spec.ts
@@ -534,17 +534,17 @@ describe('channels', () => {
534
535
// Create array model for Pet[] response
536
const petArrayModel = new ConstrainedArrayModel(
537
- 'Pet[]', // name
538
- undefined, // originalInput
539
- {}, // options
540
- 'Pet[]', // type
541
- petPayloadModel.model // valueModel (the Pet object model)
+ 'Pet[]',
+ undefined,
+ {},
+ petPayloadModel.model
542
);
543
544
const petArrayPayloadModel = new OutputModel(
545
'',
546
petArrayModel,
547
- 'FindPetsByStatusAndCategoryResponse', // modelName for file output
+ 'FindPetsByStatusAndCategoryResponse',
548
{models: {}, originalInput: undefined},
549
[]
550
0 commit comments