Skip to content

Commit

Permalink
Fix job data
Browse files Browse the repository at this point in the history
  • Loading branch information
exodist committed Apr 27, 2024
1 parent f870e9a commit 8ac1f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test2/Harness/Run.pm
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ sub data_no_jobs {
my $self = shift;

my %data = %$self;
delete $data{$_} for $self->no_json, 'jobs';
delete $data{$_} for $self->no_json, qw/jobs job_lookup/;

return \%data;
}
Expand Down

0 comments on commit 8ac1f62

Please sign in to comment.