Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Gil committed Jul 17, 2018
1 parent 9648c19 commit 3ee1ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/OutputFactory.t
Original file line number Diff line number Diff line change
Expand Up @@ -1916,7 +1916,7 @@ $ib = get_annotated_buffer({
shift_hgvs => 1
},1);

my $vfoa = $of->get_all_VariationFeatureOverlapAlleles($ib->buffer->[0])->[0];
$vfoa = $of->get_all_VariationFeatureOverlapAlleles($ib->buffer->[0])->[0];
is_deeply(
$of->VariationFeatureOverlapAllele_to_output_hash($vfoa, {}, $ib->buffer->[0]),
{
Expand Down

0 comments on commit 3ee1ae2

Please sign in to comment.