mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 08:18:16 +08:00
reorganised project so its a bit more vertical for features
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Ocelot.Library.ScopedData;
|
||||
using Shouldly;
|
||||
using TestStack.BDDfy;
|
||||
using Xunit;
|
||||
|
||||
namespace Ocelot.UnitTests.Repository
|
||||
{
|
||||
using Library.Repository;
|
||||
using Library.Responses;
|
||||
|
||||
public class ScopedRequestDataRepositoryTests
|
||||
|
Reference in New Issue
Block a user