forked from loafle/openapi-generator-original
[Perl] Update _test.mustache templates to use done_testing (#17649)
* test(perl): Update test plan to use done_testing close #14921 * fixup! test(perl): Update test plan to use done_testing results of "./bin/generate-samples.sh ./bin/configs/perl.yaml" * fixup! test(perl): Update test plan to use done_testing regenerate samples --------- Co-authored-by: William E Little Jr <13027375-bmodotdev@users.noreply.gitlab.com>
This commit is contained in:
committed by
GitHub
parent
3767110b1b
commit
5b6b082504
@@ -17,7 +17,7 @@ Generated by: https://openapi-generator.tech
|
||||
# Please update the test cases below to test the model.
|
||||
# Ref: https://openapi-generator.tech
|
||||
#
|
||||
use Test::More tests => 2;
|
||||
use Test::More;
|
||||
use Test::Exception;
|
||||
|
||||
use lib 'lib';
|
||||
@@ -32,3 +32,5 @@ use_ok('WWW::OpenAPIClient::Object::ArrayOfArrayOfNumberOnly');
|
||||
#
|
||||
#isa_ok($instance, 'WWW::OpenAPIClient::Object::ArrayOfArrayOfNumberOnly');
|
||||
|
||||
|
||||
done_testing();
|
||||
|
||||
Reference in New Issue
Block a user