Parcourir la source

using circle as my tester

ryan il y a 7 ans
Parent
commit
d554c6f9be
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pkg/services/sqlstore/annotation_test.go

+ 1 - 1
pkg/services/sqlstore/annotation_test.go

@@ -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)
 				})
 			})