This commit is contained in:
Ryan McKinley 2018-03-22 20:48:40 +01:00 committed by GitHub
parent 0c7294593c
commit 164ddb16c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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, ShouldEqual, items[1].Created)
So(items[0].Updated, ShouldEqual, items[0].Created)
})
})