Skip to content

Commit

Permalink
Deleted vestigial unused code from a test.
Browse files Browse the repository at this point in the history
The code does not form a part of any of the unit tests.
When run, it results in meaningless console output.
  • Loading branch information
mgcam committed Apr 9, 2024
1 parent e6bde1c commit 37f179e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions t/60-illumina-run-long_info.t
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ subtest 'detecting onboard analysis' => sub {
);
my $li = $class->new_object();
ok ($li->onboard_analysis_planned(), 'onboard analysis is planned');

my $o = $li->onboard_analysis_planned();
diag $o;
};

subtest 'getting i5opposite for run' => sub {
Expand Down Expand Up @@ -366,7 +363,6 @@ subtest 'getting experiment name from runParameters' => sub {
my $long_info = Moose::Meta::Class->create_anon_class(
methods => {"runfolder_path" => sub {$rfpath}},
roles => [qw/npg_tracking::illumina::run::long_info/])->new_object();
q{create test role for SP flowcell};
cmp_ok ( $long_info->surface_count, '==', 1, 'surface_count');
is ($long_info->instrument_name, 'A00562', 'instrument name from RunInfo.xml');
}
Expand Down

0 comments on commit 37f179e

Please sign in to comment.