mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 09:55:28 +08:00 
			
		
		
		
	Add comment indicating that the FakeCustomLoadBalancer implementation is not relevant for OcelotBuilder tests.
This commit is contained in:
		@@ -390,11 +390,13 @@ namespace Ocelot.UnitTests.DependencyInjection
 | 
				
			|||||||
        {
 | 
					        {
 | 
				
			||||||
            public Task<Response<ServiceHostAndPort>> Lease(DownstreamContext context)
 | 
					            public Task<Response<ServiceHostAndPort>> Lease(DownstreamContext context)
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
 | 
					                // Not relevant for these tests
 | 
				
			||||||
                throw new NotImplementedException();
 | 
					                throw new NotImplementedException();
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            public void Release(ServiceHostAndPort hostAndPort)
 | 
					            public void Release(ServiceHostAndPort hostAndPort)
 | 
				
			||||||
            {
 | 
					            {
 | 
				
			||||||
 | 
					                // Not relevant for these tests
 | 
				
			||||||
                throw new NotImplementedException();
 | 
					                throw new NotImplementedException();
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user