aboutsummaryrefslogtreecommitdiff
path: root/t/require-mailto.t
diff options
context:
space:
mode:
Diffstat (limited to 't/require-mailto.t')
-rw-r--r--t/require-mailto.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/require-mailto.t b/t/require-mailto.t
index 89f069f..d5d8293 100644
--- a/t/require-mailto.t
+++ b/t/require-mailto.t
@@ -9,11 +9,11 @@ use Test::More tests => 2;
use Mail::Run::Crypt;
-our $VERSION = '0.08';
+our $VERSION = '0.09';
my $mrc;
my $error;
eval { $mrc = Mail::Run::Crypt->new() } or $error = $EVAL_ERROR;
ok( defined $error, 'no_mailto_failed' );
-ok( $error =~ m/^\Qmailto required/msx, 'no_mailto_errorstr' );
+ok( $error =~ m/^\QMAILTO required/msx, 'no_mailto_errorstr' );