mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
using circle as my tester
This commit is contained in:
parent
fa021b547a
commit
d554c6f9be
@ -83,7 +83,7 @@ func TestAnnotations(t *testing.T) {
|
||||
Convey("Has created and updated values", func() {
|
||||
So(items[0].Created, ShouldBeGreaterThan, 0)
|
||||
So(items[0].Updated, ShouldBeGreaterThan, 0)
|
||||
So(items[0].Updated, ShouldBeEqual, items[1].Created)
|
||||
So(items[0].Updated, ShouldEqual, items[1].Created)
|
||||
})
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user