From d209e2828ef3ad9935e0a256678bd51d49e5a97c Mon Sep 17 00:00:00 2001 From: Haacked Date: Mon, 28 Jan 2013 11:14:19 -0800 Subject: [PATCH] Move AuthorizationsEndpointTests to Endpoints dir --- Octopi.Tests/{ => Endpoints}/AuthorizationsEndpointTests.cs | 0 Octopi.Tests/Octopi.Tests.csproj | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Octopi.Tests/{ => Endpoints}/AuthorizationsEndpointTests.cs (100%) diff --git a/Octopi.Tests/AuthorizationsEndpointTests.cs b/Octopi.Tests/Endpoints/AuthorizationsEndpointTests.cs similarity index 100% rename from Octopi.Tests/AuthorizationsEndpointTests.cs rename to Octopi.Tests/Endpoints/AuthorizationsEndpointTests.cs diff --git a/Octopi.Tests/Octopi.Tests.csproj b/Octopi.Tests/Octopi.Tests.csproj index 33100b11..e96e03f8 100644 --- a/Octopi.Tests/Octopi.Tests.csproj +++ b/Octopi.Tests/Octopi.Tests.csproj @@ -54,7 +54,7 @@ - +