Skip to content

Commit ce2faf2

Browse files
committed
committed test code that broke the build
1 parent 1d31679 commit ce2faf2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/Tests/Nest.Tests.Unit/QueryParsers/Queries/MatchQueryTests.cs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@ public class MatchQueryTests : ParseQueryTestsBase
1010
[Test]
1111
public void Match_Deserializes()
1212
{
13-
_client.Search<Person>(s => s
14-
.Query(q =>
15-
q.Term(p => p.FirstName, "martijn")
16-
)
17-
);
18-
var x = new ()
19-
;
20-
21-
2213
var q = this.SerializeThenDeserialize(
2314
f => f.Match,
2415
f => f.Match(m => m

0 commit comments

Comments
 (0)