Skip to content

Commit 40b7c49

Browse files
committed
add script "done_testing()" on 01-load.t
1 parent ec7dc1f commit 40b7c49

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

t/01-load.t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ use CellBIS::SQL::Abstract;
88
my $sql_abstract = CellBIS::SQL::Abstract->new;
99
ok(defined $sql_abstract, 'Module CellBIS::SQL::Abstract can loaded');
1010
ok($sql_abstract->isa('CellBIS::SQL::Abstract'), 'Modules can be used.');
11+
12+
done_testing();

0 commit comments

Comments
 (0)