Skip to content

Commit 3dbdab1

Browse files
author
Dan Doyle
committed
fixing test warning
1 parent e770a2c commit 3dbdab1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: t/mult.t

+6-6
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ is( $bins->{999}, 1, "1 items in bin 999" );
6262

6363

6464
# create a histogram with an odd natural resolution, ensure that
65-
my $hist = GRNOC::TSDS::Aggregate::Histogram->new( hist_min => undef,
66-
hist_max => undef,
67-
data_min => 0,
68-
data_max => $twohundredgbps + $twohundredgbps*2.5, # 7 hundred gbps
69-
min_width => 0.001,
70-
resolution => $resolution );
65+
$hist = GRNOC::TSDS::Aggregate::Histogram->new( hist_min => undef,
66+
hist_max => undef,
67+
data_min => 0,
68+
data_max => $twohundredgbps + $twohundredgbps*2.5, # 7 hundred gbps
69+
min_width => 0.001,
70+
resolution => $resolution );
7171

7272

7373
# verify initial values of histogram

0 commit comments

Comments
 (0)