Skip to content

Commit

Permalink
plans
Browse files Browse the repository at this point in the history
  • Loading branch information
rawleyfowler committed Feb 12, 2024
1 parent 5be3f67 commit 31b8697
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/opt/plugin-dbiish-sad.rakutest
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ use Humming-Bird::Middleware;
use Humming-Bird::Advice;
use Humming-Bird::Plugin::DBIish;

plan 2;

my \DBIish = try "use DBIish; DBIish".EVAL;

if DBIish ~~ Nil {
Expand Down
2 changes: 2 additions & 0 deletions t/opt/plugin-dbiish.rakutest
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ use Humming-Bird::Advice;

my \DBIish = try "use DBIish; DBIish".EVAL;

plan 9;

if DBIish ~~ Nil {
skip-rest;
exit;
Expand Down

0 comments on commit 31b8697

Please sign in to comment.