mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-05 00:10:49 +08:00 
			
		
		
		
	removed library namespace
This commit is contained in:
		@@ -1,13 +1,12 @@
 | 
			
		||||
using Microsoft.AspNetCore.Http;
 | 
			
		||||
using Ocelot.Library.ScopedData;
 | 
			
		||||
using Ocelot.Responses;
 | 
			
		||||
using Ocelot.ScopedData;
 | 
			
		||||
using Shouldly;
 | 
			
		||||
using TestStack.BDDfy;
 | 
			
		||||
using Xunit;
 | 
			
		||||
 | 
			
		||||
namespace Ocelot.UnitTests.Repository
 | 
			
		||||
{
 | 
			
		||||
    using Library.Responses;
 | 
			
		||||
 | 
			
		||||
    public class ScopedRequestDataRepositoryTests
 | 
			
		||||
    {
 | 
			
		||||
        private IScopedRequestDataRepository _scopedRequestDataRepository;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user