Browse Source

Uncommented defer call

tags/v1.0.0
Jérôme Renard 11 years ago
parent
commit
bae94dab6f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      goes_test.go

+ 1
- 1
goes_test.go View File

@@ -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…
Cancel
Save