We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec7dc1f commit 40b7c49Copy full SHA for 40b7c49
t/01-load.t
@@ -8,3 +8,5 @@ use CellBIS::SQL::Abstract;
8
my $sql_abstract = CellBIS::SQL::Abstract->new;
9
ok(defined $sql_abstract, 'Module CellBIS::SQL::Abstract can loaded');
10
ok($sql_abstract->isa('CellBIS::SQL::Abstract'), 'Modules can be used.');
11
+
12
+done_testing();
0 commit comments