Skip to content

Commit

Permalink
fix wig-to-json.pl test
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Apr 8, 2012
1 parent 76077f7 commit 494f583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/perl_tests/wig-to-json.pl.t
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ is_deeply( $tracklist,
my $trackdata = slurp( $tempdir, 'tracks', 'volvox_microarray.wig', 'ctgA', 'trackData.json' );
is_deeply( $trackdata,
{
'metadata' => {
'stats' => {
'global_max' => 899,
'global_min' => 100
},
Expand Down

0 comments on commit 494f583

Please sign in to comment.