Skip to content

Commit

Permalink
Update t/lib/HydraTestContext.pm
Browse files Browse the repository at this point in the history
Co-authored-by: Cole Helbling <[email protected]>
  • Loading branch information
Ericson2314 and cole-h authored Dec 8, 2023
1 parent 9d87d81 commit fe89fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/lib/HydraTestContext.pm
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ use Hydra::Helper::Exec;
sub new {
my ($class, %opts) = @_;

# Cleanup will be managed by yath. By the default it ill be cleaned
# Cleanup will be managed by yath. By the default it will be cleaned
# up, but can be kept to aid in debugging test failures.
my $dir = File::Temp->newdir(CLEANUP => 0);

Expand Down

0 comments on commit fe89fcd

Please sign in to comment.