mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fixed wrong argument usage in test
This commit is contained in:
@@ -106,4 +106,4 @@ value = yaml.dump(str, dumpOpts);
|
||||
|
||||
value = new yaml.YAMLException();
|
||||
value = new yaml.Type(str, typeConstructorOptions);
|
||||
value = yaml.Schema.create(schemaDefinition);
|
||||
value = yaml.Schema.create([schemaDefinition]);
|
||||
|
||||
Reference in New Issue
Block a user