forked from loafle/openapi-generator-original
[Perl] minor improvements (#8967)
* update perl readme, test files * update perl test files * update readme
This commit is contained in:
@@ -27,7 +27,8 @@ use warnings;
|
||||
|
||||
use_ok('WWW::OpenAPIClient::Object::EnumArrays');
|
||||
|
||||
my $instance = WWW::OpenAPIClient::Object::EnumArrays->new();
|
||||
|
||||
isa_ok($instance, 'WWW::OpenAPIClient::Object::EnumArrays');
|
||||
# uncomment below and update the test
|
||||
#my $instance = WWW::OpenAPIClient::Object::EnumArrays->new();
|
||||
#
|
||||
#isa_ok($instance, 'WWW::OpenAPIClient::Object::EnumArrays');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user