This is an automated email from the ASF dual-hosted git repository.

florianhockmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit d333ed021282616aa9d7237e7d83159436d188b8
Merge: 8bb5d16acd 98bc00f4dc
Author: Florian Hockmann <[email protected]>
AuthorDate: Wed May 8 12:04:42 2024 +0200

    Merge branch '3.7-dev'

 .../Process/Traversal/GraphTraversal.cs            | 10 ++++++
 .../Traversal/Translator/GroovyTranslatorTests.cs  | 39 ++++++++++++----------
 2 files changed, 32 insertions(+), 17 deletions(-)

diff --cc 
gremlin-dotnet/test/Gremlin.Net.UnitTest/Process/Traversal/Translator/GroovyTranslatorTests.cs
index 58a3f378cd,f3f0dfc971..4f4ca67a30
--- 
a/gremlin-dotnet/test/Gremlin.Net.UnitTest/Process/Traversal/Translator/GroovyTranslatorTests.cs
+++ 
b/gremlin-dotnet/test/Gremlin.Net.UnitTest/Process/Traversal/Translator/GroovyTranslatorTests.cs
@@@ -35,8 -35,8 +35,8 @@@ namespace Gremlin.Net.UnitTest.Process.
  
  public class GroovyTranslatorTests
  {
 -    private readonly GraphTraversalSource _g = 
AnonymousTraversalSource.Traversal();
 +    private readonly GraphTraversalSource _g = 
AnonymousTraversalSource.Traversal().With(null);
-     
+ 
      [Fact]
      public void ShouldTranslateStepsWithSingleArguments()
      {

Reply via email to