fixed wrong argument usage in test

This commit is contained in:
sclausen
2016-02-02 09:30:05 +01:00
parent e5059193ce
commit b6d3f21113
+1 -1
View File
@@ -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]);