mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
@@ -11,9 +11,10 @@ import (
|
||||
func TestInterval(t *testing.T) {
|
||||
Convey("Default interval ", t, func() {
|
||||
cfg := setting.NewCfg()
|
||||
cfg.Load(&setting.CommandLineArgs{
|
||||
err := cfg.Load(&setting.CommandLineArgs{
|
||||
HomePath: "../../",
|
||||
})
|
||||
So(err, ShouldBeNil)
|
||||
|
||||
calculator := NewIntervalCalculator(&IntervalOptions{})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user