tests.
This commit is contained in:
parent
4f381fa4dc
commit
6533e951e7
8 changed files with 309 additions and 16 deletions
|
|
@ -55,7 +55,7 @@ func TestMarketHoursRangeGetTicks(t *testing.T) {
|
|||
|
||||
ticks := r.GetTicks(TimeValueFormatter)
|
||||
assert.NotEmpty(ticks)
|
||||
assert.Len(ticks, 5)
|
||||
assert.Len(ticks, 6)
|
||||
assert.NotEqual(TimeToFloat64(r.Min), ticks[0].Value)
|
||||
assert.NotEmpty(ticks[0].Label)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue