Skip to content

Commit 1e1033c

Browse files
test: Unit test case update
1 parent 011fa89 commit 1e1033c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/tsgen/references.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ describe("references", () => {
2929
version: 5 ;
3030
title: string ;
3131
url: string ;
32-
single_reference: (IReferenceChild) ;
32+
single_reference: (IReferenceChild)[] ;
3333
multiple_reference?: (IReferenceChild | IBoolean | IBuiltinExample)[] ;
3434
}"
3535
`);

0 commit comments

Comments
 (0)