fixed a bit more tests.

This commit is contained in:
Keivan Beigi 2013-03-28 11:06:27 -07:00
commit 4ac2997d78
3 changed files with 2 additions and 4 deletions

View file

@ -1,12 +1,10 @@
using System;
using System.Diagnostics;
using System.Linq;
using FluentAssertions;
using NLog;
using NUnit.Framework;
using NzbDrone.Core.Datastore;
using NzbDrone.Core.MediaFiles;
using NzbDrone.Core.Tv;
using NzbDrone.Core.Instrumentation;
using NzbDrone.Core.Test.Framework;
using NzbDrone.Test.Common;