mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 08:46:55 +00:00
[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::Model200Response');
|
||||
|
||||
my $instance = WWW::OpenAPIClient::Object::Model200Response->new();
|
||||
|
||||
isa_ok($instance, 'WWW::OpenAPIClient::Object::Model200Response');
|
||||
# uncomment below and update the test
|
||||
#my $instance = WWW::OpenAPIClient::Object::Model200Response->new();
|
||||
#
|
||||
#isa_ok($instance, 'WWW::OpenAPIClient::Object::Model200Response');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user