Skip to content

Commit 6999ed3

Browse files
committed
Fix option in structure.test.js
1 parent 9297463 commit 6999ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/codegen/structure.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const expectedOptions = {
7070
},
7171
quoteType: {
7272
name: 'Quote Type',
73-
type: 'string',
73+
type: 'enum',
7474
default: 'single',
7575
description: 'String denoting the quote type to use (single or double) for URL ' +
7676
'(Use double quotes when running curl in cmd.exe and single quotes for the rest)'

0 commit comments

Comments
 (0)