Torkel Ödegaard 10 лет назад
Родитель
Сommit
fb35f7210c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pkg/services/search/json_index_test.go

+ 1 - 1
pkg/services/search/json_index_test.go

@@ -20,7 +20,7 @@ func TestJsonDashIndex(t *testing.T) {
 			res, err := index.Search(&Query{Title: "", Tag: ""})
 			So(err, ShouldBeNil)
 
-			So(len(res), ShouldEqual, 4)
+			So(len(res), ShouldEqual, 3)
 		})
 
 		Convey("Should be able to search index by title", func() {