fixing test.
This commit is contained in:
parent
3c3e045937
commit
2377467059
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ func TestBollingerBandLastValue(t *testing.T) {
|
||||||
InnerSeries: s1,
|
InnerSeries: s1,
|
||||||
}
|
}
|
||||||
|
|
||||||
x, y1, y2 := bbs.GetLastBoundedValue()
|
x, y1, y2 := bbs.GetBoundedLastValue()
|
||||||
assert.Equal(100.0, x)
|
assert.Equal(100.0, x)
|
||||||
assert.Equal(101, math.Floor(y1))
|
assert.Equal(101, math.Floor(y1))
|
||||||
assert.Equal(83, math.Floor(y2))
|
assert.Equal(83, math.Floor(y2))
|
||||||
|
|
Loading…
Reference in a new issue