mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-18 23:28:14 +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