Skip to content

Commit 60c3295

Browse files
committed
little more cleanup on the new BulkIndexWithPercolate() test method
1 parent fddd03a commit 60c3295

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Nest.Tests.Integration/Core/Bulk/BulkTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@ public void BulkAlternativeWayOfWriting()
133133
[Test]
134134
public void BulkIndexWithPercolate()
135135
{
136-
//Delete so we know the create does not throw an error.
137-
this._client.DeleteIndex(ElasticsearchConfiguration.DefaultIndex);
138-
139136
// register up some percolator queries to test matching
140137
var query1 = "bulkindex-test-doc-1";
141138

0 commit comments

Comments
 (0)