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 39fa610 commit 8eaf5ffCopy full SHA for 8eaf5ff
src/Tests/Nest.Tests.Unit/Internals/Inferno/PropertyVisitorTests.cs renamed to src/Tests/Nest.Tests.Unit/Internals/Inferno/PropertyPathResolverTests.cs
@@ -11,7 +11,7 @@
11
namespace Nest.Tests.Unit.Internals.Inferno
12
{
13
[TestFixture]
14
- public class PropertyVisitorTests
+ public class PropertyPathResolverTests
15
16
private class CustomDict : Dictionary<string, ElasticsearchProject> { }
17
@@ -27,7 +27,7 @@ private class DomainObject
27
private readonly ElasticInferrer _infer;
28
private readonly string _variable = "vari";
29
30
- public PropertyVisitorTests()
+ public PropertyPathResolverTests()
31
32
_infer = TestElasticClient.Client.Infer;
33
}
0 commit comments