mirror of
https://github.com/grafana/grafana.git
synced 2025-09-22 21:52:52 +08:00
postgres: use new sql engine
This commit is contained in:
@ -12,7 +12,7 @@ import (
|
||||
|
||||
func TestMacroEngine(t *testing.T) {
|
||||
Convey("MacroEngine", t, func() {
|
||||
engine := NewPostgresMacroEngine()
|
||||
engine := newPostgresMacroEngine()
|
||||
query := &tsdb.Query{}
|
||||
|
||||
Convey("Given a time range between 2018-04-12 00:00 and 2018-04-12 00:05", func() {
|
||||
|
Reference in New Issue
Block a user