mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-27 01:57:21 +00:00
Changed Namespace for AutoMoqerTest in NzbDrone.App.Test
This commit is contained in:
parent
4915b32cc6
commit
7549c26ffe
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
using Moq;
|
using Moq;
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
|
|
||||||
namespace NzbDrone.Core.Test
|
namespace NzbDrone.App.Test
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
// ReSharper disable InconsistentNaming
|
// ReSharper disable InconsistentNaming
|
||||||
|
|
Loading…
Reference in a new issue