From 7549c26ffe00aad09bc12a191289fa8d66c4951f Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Tue, 11 Oct 2011 22:44:10 -0700 Subject: [PATCH] Changed Namespace for AutoMoqerTest in NzbDrone.App.Test --- NzbDrone.App.Test/AutoMoq/AutoMoqerTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NzbDrone.App.Test/AutoMoq/AutoMoqerTest.cs b/NzbDrone.App.Test/AutoMoq/AutoMoqerTest.cs index 4d31e398e..da0677763 100644 --- a/NzbDrone.App.Test/AutoMoq/AutoMoqerTest.cs +++ b/NzbDrone.App.Test/AutoMoq/AutoMoqerTest.cs @@ -4,7 +4,7 @@ using AutoMoq; using Moq; using NUnit.Framework; -namespace NzbDrone.Core.Test +namespace NzbDrone.App.Test { [TestFixture] // ReSharper disable InconsistentNaming