Skip to content

Commit 8ebaed6

Browse files
committed
Silence warnings issued in t/otpauth.t
1 parent e716b08 commit 8ebaed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/otpauth.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ use Test::More tests => 90;
6161
is $issuer_uri->digits(), 6, 'digits';
6262
is $issuer_uri->period(), 30, 'period';
6363
is $issuer_uri->fragment(), undef, 'fragment';
64-
my $issuer2_uri = URI->new( 'otpauth://hotp/Example:[email protected]?&issuer=Example2&counter=23&period=15' );
64+
my $issuer2_uri = URI->new( 'otpauth://hotp/Example2:[email protected]?&issuer=Example2&counter=23&period=15' );
6565
ok $issuer2_uri, "created $issuer2_uri";
6666
isa_ok $issuer2_uri, 'URI::otpauth';
6767
is $issuer2_uri->type(), 'hotp', 'type';

0 commit comments

Comments
 (0)