Skip to content

Commit

Permalink
Fixed accidental code edit
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcam committed Oct 18, 2023
1 parent c875044 commit 8315fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/npg_qc/autoqc/checks/genotype.pm
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ sub _set_attrib_by_geno_refset {
my $name = fileparse($self->geno_refset);

$self->_set_sequenom_plex($name);
$self->_set_ssnp_call_setnp_call_set($name);
$self->_set_snp_call_set($name);
$self->_set_gt_db($self->geno_refset);

if($self->alternate_sample_name) {
Expand Down
2 changes: 1 addition & 1 deletion t/60-autoqc-db_loader.t
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ subtest 'loading partially defined results' => sub {
schema => $db,
verbose => 0,
);
lives_ok { $db_loader->load() } 'no error loading an ncomplete result';
lives_ok { $db_loader->load() } 'no error loading an incomplete result';
is ($db->resultset('Genotype')->search({})->count(), 1,
'one genotype record is created');
};
Expand Down

0 comments on commit 8315fa7

Please sign in to comment.