renamed from service to repository, makes more sense i guess

This commit is contained in:
TomPallister
2016-10-05 20:51:02 +01:00
parent f505fd6e90
commit d86a52c1b8
9 changed files with 10 additions and 10 deletions

View File

@ -1,11 +1,11 @@
using Microsoft.AspNetCore.Http;
using Ocelot.Library.Infrastructure.Repository;
using Ocelot.Library.Infrastructure.Responses;
using Ocelot.Library.Infrastructure.Services;
using Shouldly;
using TestStack.BDDfy;
using Xunit;
namespace Ocelot.UnitTests.Services
namespace Ocelot.UnitTests.Repository
{
public class ScopedRequestDataRepositoryTests
{