0
0
Fork 0

set github issue number in testcase name

This commit is contained in:
Marty Schoch 2015-11-23 08:41:34 -05:00
parent 17d8391b2f
commit 97735ac2b6
1 changed files with 1 additions and 1 deletions

View File

@ -1142,7 +1142,7 @@ func TestIndexEmptyDocId(t *testing.T) {
}
}
func TestDateTimeFieldMappingIssuexxx(t *testing.T) {
func TestDateTimeFieldMappingIssue287(t *testing.T) {
defer func() {
err := os.RemoveAll("testidx")
if err != nil {