mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 03:11:01 -06:00
minor change: more accurate variable name (#8449)
This commit is contained in:
parent
12c8bf9b18
commit
6541ffe045
@ -52,8 +52,8 @@ func TestTimeRange(t *testing.T) {
|
||||
})
|
||||
|
||||
Convey("now-10m ", func() {
|
||||
fiveMinAgo, _ := time.ParseDuration("-10m")
|
||||
expected := now.Add(fiveMinAgo)
|
||||
tenMinAgo, _ := time.ParseDuration("-10m")
|
||||
expected := now.Add(tenMinAgo)
|
||||
res, err := tr.ParseTo()
|
||||
So(err, ShouldBeNil)
|
||||
So(res.Unix(), ShouldEqual, expected.Unix())
|
||||
|
Loading…
Reference in New Issue
Block a user