Fixed failing golang test

This commit is contained in:
Torkel Ödegaard
2015-05-13 10:06:06 +02:00
parent 187834b17c
commit fb35f7210c
+1 -1
View File
@@ -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() {