Этот коммит содержится в:
JoramWilander
2015-12-07 15:10:03 -05:00
родитель 1e34cf8ab0
Коммит 910b3216fe

Просмотреть файл

@@ -445,7 +445,7 @@ func TestPostStoreGetPostsWtihDetails(t *testing.T) {
t.Fatal("invalid order")
}
if len(r1.Posts) != 5 { //the last 4, + o1 (o3 and o2a's parent)
if len(r1.Posts) != 6 { //the last 4, + o1 (o2a and o3's parent) + o2 (in same thread as o2a and o3)
t.Fatal("wrong size")
}