mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
build: fixed unit test
This commit is contained in:
parent
fc878bc8ad
commit
50e70cf3db
@ -25,7 +25,7 @@ func TestMacroEngine(t *testing.T) {
|
||||
sql, err := engine.Interpolate("select min($__time(time_column))")
|
||||
So(err, ShouldBeNil)
|
||||
|
||||
So(sql, ShouldEqual, "select min(UNIX_TIMESTAMP(time_column)) as time_sec)")
|
||||
So(sql, ShouldEqual, "select min(UNIX_TIMESTAMP(time_column) as time_sec)")
|
||||
})
|
||||
|
||||
Convey("interpolate __timeFilter function", func() {
|
||||
|
Loading…
Reference in New Issue
Block a user