File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
tests/NRedisStack.Tests/Graph Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1+ using System . Diagnostics . CodeAnalysis ;
12using Xunit ;
23using StackExchange . Redis ;
34using NRedisStack . RedisStackCommands ;
67
78namespace NRedisStack . Tests . Graph ;
89
10+ [ SuppressMessage ( "Usage" , "xUnit1026:Theory methods should use all of their parameters" ) ]
911public class GraphTests : AbstractNRedisStackTest , IDisposable
1012{
1113 public GraphTests ( EndpointsFixture endpointsFixture ) : base ( endpointsFixture )
@@ -797,7 +799,7 @@ private void AssertTestGeoPoint(IGraphCommands graph)
797799 [ SkipIfRedis ( Comparison . GreaterThanOrEqual , "7.1.242" ) ]
798800 [ MemberData ( nameof ( EndpointsFixture . Env . StandaloneOnly ) , MemberType = typeof ( EndpointsFixture . Env ) ) ]
799801 [ Obsolete ]
800- public void TestPoint ( )
802+ public void TestPoint ( string endpointId )
801803 {
802804 var point = new Point ( 30.27822306 , - 97.75134723 ) ;
803805
You can’t perform that action at this time.
0 commit comments