Restore Ruby tests after parser update (#1753)

* uncomment ruby test after parser update

* remove comment
This commit is contained in:
William Cheng
2018-12-26 10:36:58 +08:00
committed by GitHub
parent 7595baef00
commit 120c0a05f0

View File

@@ -325,8 +325,7 @@ public class RubyClientCodegenTest {
CodegenParameter name = op.formParams.get(0);
Assert.assertFalse(name.isNullable);
CodegenParameter status = op.formParams.get(1);
// TODO comment out the following until https://github.com/swagger-api/swagger-parser/issues/820 is solved
//Assert.assertTrue(status.isNullable);
Assert.assertTrue(status.isNullable);
}
@Test(description = "test anyOf (OAS3)")