commit da89dd975499f6b228d75fa5f25871911fae658a parent f5160691ae074927c5b8bdd6438c23c9ffc41be0 Author: Slack Coder <slackcoder@server.ky> Date: Thu, 23 Jan 2025 14:38:17 -0500 correct number of tests Diffstat:
| M | t/01-unit.t | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/01-unit.t b/t/01-unit.t @@ -11,7 +11,7 @@ use Capture::Tiny qw/ capture_merged /; use File::Temp 'tempdir'; use Cwd; -plan tests => 62; +plan tests => 61; # 1-2: test script_error(); {