Skip to content

Commit

Permalink
fix: a line deleted by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Aug 30, 2024
1 parent 91fe5fc commit 28b6437
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/app-perlbrew-path-installation.t
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ describe "App::Perlbrew::Path::Root" => sub {
};

describe "with multiple paramters" => sub {
it "should return Path object" => sub {
local $ENV{HOME};
my $path = arrange_root->perls('blead', '.version');
is $path, looks_like_path("~/.root/perls/blead/.version");
Expand Down

0 comments on commit 28b6437

Please sign in to comment.