Skip to content

Commit 598733e

Browse files
committed
tidy test
1 parent d0b34d2 commit 598733e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/server/controller/source.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ test_psgi app, sub {
9696
'JSONP wrapper'
9797
);
9898
ok(
99-
my $jsdata
100-
= Cpanel::JSON::XS->new->allow_nonref->decode($function_args),
99+
my $jsdata = Cpanel::JSON::XS->new->allow_nonref->decode(
100+
$function_args),
101101
'decode json'
102102
);
103103
is( $jsdata, $manifest, 'JSONP-wrapped manifest' );

0 commit comments

Comments
 (0)