Skip to content

Commit f44e08f

Browse files
committed
Use the latest version of perltidy
1 parent f098928 commit f44e08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/register.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ my $t = Test::Mojo->new(Mojolicious->new);
1111
delete $t->app->log->{$_} for qw(path handle);
1212
$t->app->plugin(AssetPack => {helper => 'foo', pipes => ['Css']});
1313
isa_ok $t->app->foo, 'Mojolicious::Plugin::AssetPack';
14-
is $t->app->foo->ua->server->app, $t->app, 'app';
14+
is $t->app->foo->ua->server->app, $t->app, 'app';
1515
is $t->app->foo->ua->proxy->http, 'example.com', 'proxy http';
1616

1717
$t->app->foo->process('x.css' => 'a.css');

0 commit comments

Comments
 (0)