Uncommented defer call
This commit is contained in:
parent
726e1e80b9
commit
bae94dab6f
@ -507,7 +507,7 @@ func (s *GoesTestSuite) TestSearch(c *C) {
|
||||
|
||||
_, err := conn.CreateIndex(indexName, map[string]interface{}{})
|
||||
c.Assert(err, IsNil)
|
||||
//defer conn.DeleteIndex(indexName)
|
||||
defer conn.DeleteIndex(indexName)
|
||||
|
||||
d := Document{
|
||||
Index: indexName,
|
||||
|
Loading…
Reference in New Issue
Block a user