Skip to content

Commit

Permalink
more explicit message on note
Browse files Browse the repository at this point in the history
  • Loading branch information
jmtcsngr committed Feb 8, 2024
1 parent 69f3dd0 commit 2fa157b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/34-monitor-runfolder-staging.t
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ subtest 'computing glob and updating run data from filesystem' => sub {
for my $dir (qw/incoming analysis outgoing/) {
my $rfpath = $path;
$rfpath =~ s/outgoing/$dir/;
note $rfpath;
note 'Testing ' . $rfpath;
my $test = Monitor::RunFolder::Staging->new(runfolder_path => $rfpath);
is($test->_get_folder_path_glob, $glob, "glob for /$dir/");
}
Expand Down Expand Up @@ -157,7 +157,7 @@ subtest 'folder identifies copy complete for NovaSeq' => sub {

for my $file_name (qw[CopyComplete Copycomplete
copycomplete CopyComplete_old.txt ]) {
note $file_name;
note 'Testing ' . $file_name;
my $path_to_wrong_copy_complete = qq[$fs_run_folder/$file_name];
touch_file($path_to_wrong_copy_complete);
ok(!$run_folder->is_run_complete(), 'Run is not complete');
Expand Down

0 comments on commit 2fa157b

Please sign in to comment.