Rework Tests for Music, Start TV Code Cleanup

This commit is contained in:
Qstick
2017-10-17 22:55:02 -04:00
parent 1688c0a8df
commit 42e25055a9
37 changed files with 227 additions and 980 deletions
@@ -1,4 +1,4 @@
using System;
using System;
using System.Threading;
using FluentAssertions;
using Marr.Data;
@@ -118,7 +118,7 @@ namespace NzbDrone.Core.Test.Instrumentation
[Test]
public void null_string_as_arg_should_not_fail()
{
var epFile = new EpisodeFile();
var epFile = new TrackFile();
_logger.Debug("File {0} no longer exists on disk. removing from database.", epFile.RelativePath);
Thread.Sleep(600);