We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d31679 commit ce2faf2Copy full SHA for ce2faf2
src/Tests/Nest.Tests.Unit/QueryParsers/Queries/MatchQueryTests.cs
@@ -10,15 +10,6 @@ public class MatchQueryTests : ParseQueryTestsBase
10
[Test]
11
public void Match_Deserializes()
12
{
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
22
var q = this.SerializeThenDeserialize(
23
f => f.Match,
24
f => f.Match(m => m
0 commit comments