summaryrefslogtreecommitdiff
path: root/xt
diff options
context:
space:
mode:
Diffstat (limited to 'xt')
-rw-r--r--xt/cli/check.t2
-rw-r--r--xt/cli/update.t2
2 files changed, 2 insertions, 2 deletions
diff --git a/xt/cli/check.t b/xt/cli/check.t
index 53a07fc..beb2b64 100644
--- a/xt/cli/check.t
+++ b/xt/cli/check.t
@@ -45,7 +45,7 @@ EOF
like $app->stdout, qr/are satisfied/;
$app->run("list");
- like $app->stdout, qr/Try-Tiny-0\.16/;
+ like $app->stdout, qr/Try-Tiny-0\.17/;
$app->write_cpanfile(<<EOF);
requires 'Try::Tiny', '10.00';
diff --git a/xt/cli/update.t b/xt/cli/update.t
index 671c037..a209aa2 100644
--- a/xt/cli/update.t
+++ b/xt/cli/update.t
@@ -54,7 +54,7 @@ requires 'Try::Tiny', '0.16';
EOF
$app->run("install");
$app->run("list");
- like $app->stdout, qr/Try-Tiny-0\.16/;
+ like $app->stdout, qr/Try-Tiny-0\.17/;
$app->write_cpanfile(<<EOF);
requires 'Try::Tiny', '== 0.09';