Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomoscasgr committed Nov 21, 2024
1 parent aefd27a commit a4a87a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions t/lib/WTSI/NPG/HTS/Illumina/LogPublisherTest.pm
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ sub publish_logs : Test(12) {
my $runfolder_path2 =
"t/data/illumina/sequence/150910_HS40_17550_A_C75BCANXX";
my $pub2 = WTSI::NPG::HTS::Illumina::LogPublisher->new
(irods => $irods,
runfolder_path => $runfolder_path2,
npg_tracking_schema => undef,
dest_collection => "$irods_tmp_coll/publish_logs_inferred_id_run");
(irods => $irods,
runfolder_path => $runfolder_path2,
npg_tracking_schema => undef,
dest_collection => "$irods_tmp_coll/publish_logs_inferred_id_run");

my $log_archive2 = $pub2->publish_logs;
ok($log_archive2, 'Log archive created given a runfolder path');
Expand Down

0 comments on commit a4a87a3

Please sign in to comment.