mirror of
https://github.com/eiblog/eiblog.git
synced 2026-03-01 00:34:58 +08:00
add ping.go
This commit is contained in:
@@ -62,7 +62,7 @@ func TestIndexDocument(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestIndexQuerySimple(t *testing.T) {
|
||||
_, err := IndexQuerySimple(INDEX, TYPE, "JS")
|
||||
_, err := IndexQuerySimple(INDEX, TYPE, 10, 1, "JS")
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user