Skip to content

Commit 0abaf2b

Browse files
committed
fix: removed unsupported field
1 parent 5bbc2cf commit 0abaf2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openapi-generator/test/test_annotations/test_generator.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ class TestGenerator extends src_gen.GeneratorForAnnotation<Openapi> {
4242
SupportedFields(name: 'importMappings', type: Map),
4343
SupportedFields(name: 'reservedWordsMappings', type: Map),
4444
SupportedFields(name: 'inlineSchemaNameMappings', type: Map),
45-
// SupportedFields(name:'inlineSchemaOptions'),
4645
SupportedFields(name: 'apiPackage', type: String),
4746
SupportedFields(name: 'fetchDependencies', type: bool),
4847
SupportedFields(name: 'runSourceGenOnOutput', type: bool),

0 commit comments

Comments
 (0)